次の方法で共有


FullTextTableReference.PropertyName プロパティ

省略可能なプロパティ指定の値を取得または設定します。

名前空間:  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
省略可能なプロパティ指定の値。

関連項目

参照

FullTextTableReference クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間