CreateFullTextCatalogStatement.Path プロパティ

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property Path As Literal
'使用
Dim instance As CreateFullTextCatalogStatement
Dim value As Literal

value = instance.Path

instance.Path = value
public Literal Path { get; set; }
public:
property Literal^ Path {
    Literal^ get ();
    void set (Literal^ value);
}
public function get Path () : Literal
public function set Path (value : Literal)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.Literal

参照

参照

CreateFullTextCatalogStatement クラス

CreateFullTextCatalogStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間