Compartir a través de


AddSearchPropertyListAction.Id Propiedad

Gets or sets the Property Int id.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

AddSearchPropertyListAction Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom