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 | |
---|---|---|
SfcTsqlProcFormatter | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
Arguments | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Procedure | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
EscapeString | Escapes the specified string object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Finalize | (Inherited from Object.) | |
GenerateScript(SfcInstance) | Generates the objects in the script. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GenerateScript(SfcInstance, IEnumerable<SfcTsqlProcFormatter.RuntimeArg>) | Generates the script. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GenerateScript(SfcInstance, IEnumerable<SfcTsqlProcFormatter.RuntimeArg>, Boolean) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MakeSqlBracket | Indicates the creation of the SQL bracket. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
MakeSqlString | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
MemberwiseClone | (Inherited from Object.) | |
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. | |
SqlString | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SqlStringBracket | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
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.