Partager via


Propriété AddSearchPropertyListAction.Id

Gets or sets the Property Int id.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Id As IntegerLiteral 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

AddSearchPropertyListAction Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom