SetVariableStatement.Identifier Property
Gets or sets the identifier that can represent the property, field or method. Optional, may be nulla null reference (Nothing in Visual Basic).
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Identifier As Identifier
Get
Set
'Usage
Dim instance As SetVariableStatement
Dim value As Identifier
value = instance.Identifier
instance.Identifier = value
public Identifier Identifier { get; set; }
public:
property Identifier^ Identifier {
Identifier^ get ();
void set (Identifier^ value);
}
member Identifier : Identifier with get, set
function get Identifier () : Identifier
function set Identifier (value : Identifier)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The identifier that can represent the property, field or method.