Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub AddBatch ( _
batch As String _
)
'Usage
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
)
Parameters
- batch
Type: System.String
A string giving value for the batch.