다음을 통해 공유


ArgSpec1 속성

Gets the DataTypeArgSpec object that describes the data type of the first argument.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public ReadOnly Property ArgSpec1 As DataTypeArgSpec
    Get
‘사용 방법
Dim instance As DataTypeSpec
Dim value As DataTypeArgSpec

value = instance.ArgSpec1
public DataTypeArgSpec ArgSpec1 { get; }
public:
property DataTypeArgSpec^ ArgSpec1 {
    DataTypeArgSpec^ get ();
}
member ArgSpec1 : DataTypeArgSpec
function get ArgSpec1 () : DataTypeArgSpec

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .DataTypeArgSpec
The DataTypeArgSpec object that describes the data type of the first argument. If the data type has no arguments (for example, an int type), nullNothingnullptrunitnull 참조(Visual Basic에서는 Nothing) is returned.