Constructeur SfcTSqlScript (String)

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    batch As String _
)
'Utilisation
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
)

Paramètres

  • batch
    Type : System.String
    A string giving value for the batch.

Voir aussi

Référence

SfcTSqlScript Classe

Surcharge SfcTSqlScript

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc