Свойство AddSearchPropertyListAction.PropertyName

Gets or sets the Property name.

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

Синтаксис

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

value = instance.PropertyName

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

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

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral
The Property name.

См. также

Справочник

AddSearchPropertyListAction Класс

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