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 命名空间