Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the Property Int id.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Id As IntegerLiteral
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.IntegerLiteral
The Property Int id.