SfcTsqlProcFormatter.RuntimeArg 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 RuntimeArg
'Usage
Dim instance As SfcTsqlProcFormatter.RuntimeArg
public struct RuntimeArg
public value class RuntimeArg
[<SealedAttribute>]
type RuntimeArg =  struct end
JScript suports the use of structures, but not the declaration of new ones.

The SfcTsqlProcFormatter.RuntimeArg type exposes the following members.

Constructors

  Name Description
Public method SfcTsqlProcFormatter.RuntimeArg Initializes a new instance of the SfcTsqlProcFormatter.RuntimeArg class with the specified type and value. 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.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Top

Fields

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

See Also

Reference

Microsoft.SqlServer.Management.Sdk.Sfc Namespace