共用方式為


FullTextPredicate.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 FullTextPredicate 
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.

請參閱

參考

FullTextPredicate 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間