Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.