Méthode SfcTSqlScript.AddBatch
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 AddBatch ( _
batch As String _
)
'Utilisation
Dim instance As SfcTSqlScript
Dim batch As String
instance.AddBatch(batch)
public void AddBatch(
string batch
)
public:
void AddBatch(
String^ batch
)
member AddBatch :
batch:string -> unit
public function AddBatch(
batch : String
)
Paramètres
- batch
Type : System.String
A string giving value for the batch.