Свойство FullTextTableReference.PropertyName

Gets or sets an optional property specification value.

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

Синтаксис

'Декларация
Public Property PropertyName As StringLiteral 
    Get 
    Set
'Применение
Dim instance As FullTextTableReference 
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
An optional property specification value.

См. также

Справочник

FullTextTableReference Класс

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