Share via


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
Public method SfcTsqlProcFormatter.SprocArg(String, Boolean) Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method SfcTsqlProcFormatter.SprocArg(String, Boolean, Boolean) Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method 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
Public method Equals (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Top

Fields

  Name Description
Public field argName Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public field output Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public field property Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public field 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.