共用方式為


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