Partilhar via


Propriedade do RDL AddSearchPropertyListAction.Id

Gets or sets the Property Int id.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property Id As IntegerLiteral 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.IntegerLiteral
The Property Int id.

Consulte também

Referência

AddSearchPropertyListAction Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom