ArgSpec2 Propiedad
Gets the DataTypeArgSpec object that describes the data type of the second argument.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
Public ReadOnly Property ArgSpec2 As DataTypeArgSpec
Get
'Uso
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
Valor de la propiedad
Tipo: 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), nullNothingnullptrunites una referencia NULL (Nothing en Visual Basic). is returned.
Vea también