SfcTSqlScript Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SfcTSqlScript() | |
SfcTSqlScript(String) |
SfcTSqlScript()
public SfcTSqlScript ();
Public Sub New ()
Applies to
SfcTSqlScript(String)
public SfcTSqlScript (string batch);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcTSqlScript : string -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcTSqlScript
Public Sub New (batch As String)
Parameters
- batch
- String