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 命名空間