Scripter.ScriptWithList Método

Definição

Sobrecargas

Nome Description
ScriptWithList(Urn[])

Retorna um objeto StringCollection com o script para os objetos passados. Esse método gera um erro se ScriptData for true

ScriptWithList(DependencyCollection)

Retorna um objeto StringCollection com o script para os objetos passados. Esse método gera um erro se ScriptData for true

ScriptWithList(SqlSmoObject[])

Retorna um objeto StringCollection com o script para os objetos passados.

ScriptWithList(UrnCollection)

Retorna um objeto StringCollection com o script para os objetos passados. Esse método gera um erro se ScriptData for true

ScriptWithList(Urn[])

Retorna um objeto StringCollection com o script para os objetos passados. Esse método gera um erro se ScriptData for true

public System.Collections.Specialized.StringCollection ScriptWithList(Microsoft.SqlServer.Management.Sdk.Sfc.Urn[] urns);
member this.ScriptWithList : Microsoft.SqlServer.Management.Sdk.Sfc.Urn[] -> System.Collections.Specialized.StringCollection
Public Function ScriptWithList (urns As Urn()) As StringCollection

Parâmetros

urns
Urn[]

Retornos

Exceções

Se Options.ScriptData for true

Aplica-se a

ScriptWithList(DependencyCollection)

Retorna um objeto StringCollection com o script para os objetos passados. Esse método gera um erro se ScriptData for true

public System.Collections.Specialized.StringCollection ScriptWithList(Microsoft.SqlServer.Management.Smo.DependencyCollection depList);
member this.ScriptWithList : Microsoft.SqlServer.Management.Smo.DependencyCollection -> System.Collections.Specialized.StringCollection
Public Function ScriptWithList (depList As DependencyCollection) As StringCollection

Parâmetros

Retornos

Exceções

Se Options.ScriptData for true

Aplica-se a

ScriptWithList(SqlSmoObject[])

Retorna um objeto StringCollection com o script para os objetos passados.

public System.Collections.Specialized.StringCollection ScriptWithList(Microsoft.SqlServer.Management.Smo.SqlSmoObject[] objects);
member this.ScriptWithList : Microsoft.SqlServer.Management.Smo.SqlSmoObject[] -> System.Collections.Specialized.StringCollection
Public Function ScriptWithList (objects As SqlSmoObject()) As StringCollection

Parâmetros

objects
SqlSmoObject[]

Retornos

Exceções

Se Options.ScriptData for true

Aplica-se a

ScriptWithList(UrnCollection)

Retorna um objeto StringCollection com o script para os objetos passados. Esse método gera um erro se ScriptData for true

public System.Collections.Specialized.StringCollection ScriptWithList(Microsoft.SqlServer.Management.Smo.UrnCollection list);
member this.ScriptWithList : Microsoft.SqlServer.Management.Smo.UrnCollection -> System.Collections.Specialized.StringCollection
Public Function ScriptWithList (list As UrnCollection) As StringCollection

Parâmetros

Retornos

Exceções

Se Options.ScriptData for true

Aplica-se a