Свойство UserDefinedTypePropertyAccess.PropertyName

Gets or sets the name of the property.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property PropertyName As Identifier 
    Get 
    Set
'Применение
Dim instance As UserDefinedTypePropertyAccess 
Dim value As Identifier 

value = instance.PropertyName

instance.PropertyName = value
public Identifier PropertyName { get; set; }
public:
property Identifier^ PropertyName {
    Identifier^ get ();
    void set (Identifier^ value);
}
member PropertyName : Identifier with get, set
function get PropertyName () : Identifier 
function set PropertyName (value : Identifier)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The name of the property.

См. также

Справочник

UserDefinedTypePropertyAccess Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom