Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets or sets the identifier that can represent the property, field or method. Optional, may be nullпустая ссылка (Nothing в Visual Basic).
Пространство имен: Microsoft.SqlServer.TransactSql.ScriptDom
Сборка: Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Синтаксис
'Декларация
Public Property Identifier As Identifier
Get
Set
'Применение
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)
Значение свойства
Тип: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The identifier that can represent the property, field or method.