Share via


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
Public method SfcTSqlScript() Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method SfcTSqlScript(String) Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Properties

  Name Description
Public property ExecutionMode Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property ExecutionType Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Methods

  Name Description
Public method AddBatch Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetScript Gets the script of the object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns a string that represents the script. (Overrides Object.ToString().)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method 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.

See Also

Reference

Microsoft.SqlServer.Management.Sdk.Sfc Namespace