Construtor SfcTSqlScript (String)
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub New ( _
batch As String _
)
'Uso
Dim batch As String
Dim instance As New SfcTSqlScript(batch)
public SfcTSqlScript(
string batch
)
public:
SfcTSqlScript(
String^ batch
)
new :
batch:string -> SfcTSqlScript
public function SfcTSqlScript(
batch : String
)
Parâmetros
- batch
Tipo: System.String
A string giving value for the batch.