ArgSpec2 属性

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

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Public ReadOnly Property ArgSpec2 As DataTypeArgSpec
    Get
用法
Dim instance As DataTypeSpec
Dim value As DataTypeArgSpec

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

属性值

类型:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .DataTypeArgSpec
The DataTypeArgSpec object that describes the data type of the second argument. If the data type has no, or only one, argument (for example, an int or varchar type), nullNothingnullptrunitnull 引用(在 Visual Basic 中为 Nothing) is returned.