Поделиться через


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