SfcTSqlScript Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcTSqlScript
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Class SfcTSqlScript _
Implements ISfcScript
'Usage
Dim instance As SfcTSqlScript
public class SfcTSqlScript : ISfcScript
public ref class SfcTSqlScript : ISfcScript
type SfcTSqlScript =
class
interface ISfcScript
end
public class SfcTSqlScript implements ISfcScript
The SfcTSqlScript type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SfcTSqlScript() | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SfcTSqlScript(String) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
ExecutionMode | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
AddBatch | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetScript | Gets the script of the object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a string that represents the script. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides Object.ToString().) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ISfcScript.Add | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.