Свойство 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), nullNothingnullptrunitпустая ссылка (Nothing в Visual Basic) is returned.
См. также