다음을 통해 공유


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 네임스페이스