SfcTsqlProcFormatter.SprocArg Structure
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)
Syntax
'Declaration
Public Structure SprocArg
'Usage
Dim instance As SfcTsqlProcFormatter.SprocArg
public struct SprocArg
public value class SprocArg
[<SealedAttribute>]
type SprocArg = struct end
JScript suports the use of structures, but not the declaration of new ones.
The SfcTsqlProcFormatter.SprocArg type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SfcTsqlProcFormatter.SprocArg(String, Boolean) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SfcTsqlProcFormatter.SprocArg(String, Boolean, Boolean) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SfcTsqlProcFormatter.SprocArg(String, String, Boolean, Boolean) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Top
Fields
Name | Description | |
---|---|---|
argName | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
output | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
property | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
required | 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.