Свойство AddSearchPropertyListAction.Id

Gets or sets the Property Int id.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property Id As IntegerLiteral 
    Get 
    Set
'Применение
Dim instance As AddSearchPropertyListAction 
Dim value As IntegerLiteral 

value = instance.Id

instance.Id = value
public IntegerLiteral Id { get; set; }
public:
property IntegerLiteral^ Id {
    IntegerLiteral^ get ();
    void set (IntegerLiteral^ value);
}
member Id : IntegerLiteral with get, set
function get Id () : IntegerLiteral 
function set Id (value : IntegerLiteral)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.IntegerLiteral
The Property Int id.

См. также

Справочник

AddSearchPropertyListAction Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom