SfcTsqlProcFormatter Class

 

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)

System::Object
  Microsoft.SqlServer.Management.Sdk.Sfc::SfcTsqlProcFormatter

public ref class SfcTsqlProcFormatter 

NameDescription
System_CAPS_pubmethodSfcTsqlProcFormatter()

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

NameDescription
System_CAPS_pubpropertyArguments

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubpropertyProcedure

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticEscapeString(String^, Char)

Escapes the specified string object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGenerateScript(SfcInstance^)

Generates the objects in the script. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodGenerateScript(SfcInstance^, IEnumerable<SfcTsqlProcFormatter::RuntimeArg>^)

Generates the script. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodGenerateScript(SfcInstance^, IEnumerable<SfcTsqlProcFormatter::RuntimeArg>^, Boolean)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticMakeSqlBracket(String^)

Indicates the creation of the SQL bracket. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodSystem_CAPS_staticMakeSqlString(String^)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticSqlBracket(String^)

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.

System_CAPS_pubmethodSystem_CAPS_staticSqlString(String^)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodSystem_CAPS_staticSqlStringBracket(String^)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: