SfcTsqlProcFormatter 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.SfcTsqlProcFormatter

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Class SfcTsqlProcFormatter
'Usage
Dim instance As SfcTsqlProcFormatter
public class SfcTsqlProcFormatter
public ref class SfcTsqlProcFormatter
type SfcTsqlProcFormatter =  class end
public class SfcTsqlProcFormatter

The SfcTsqlProcFormatter type exposes the following members.

Constructors

  Name Description
Public method SfcTsqlProcFormatter Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Properties

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

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public methodStatic member EscapeString Escapes the specified string object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Protected method Finalize (Inherited from Object.)
Public method GenerateScript(SfcInstance) Generates the objects in the script. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method GenerateScript(SfcInstance, IEnumerable<SfcTsqlProcFormatter.RuntimeArg>) Generates the script. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method GenerateScript(SfcInstance, IEnumerable<SfcTsqlProcFormatter.RuntimeArg>, Boolean) Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public methodStatic member MakeSqlBracket Indicates the creation of the SQL bracket. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodStatic member MakeSqlString Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member SqlBracket Indicates the SQL bracket of the SfcTsqlProcFormatter class with the specified value parameter. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodStatic member SqlString Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodStatic member SqlStringBracket Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method ToString (Inherited from Object.)

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.