DataTypeSpec.ArgSpec1 Property
Gets the DataTypeArgSpec object that describes the data type of the first argument.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public ReadOnly Property ArgSpec1 As DataTypeArgSpec
Get
'Usage
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
Property Value
Type: 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), nulla null reference (Nothing in Visual Basic) is returned.