BeginDialogStatement.InstanceSpec プロパティ

ターゲット サービスをホストするデータベースを取得または設定します。 文字列の Literal または Variable を指定できます。

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

構文

'宣言
Public Property InstanceSpec As Literal
'使用
Dim instance As BeginDialogStatement
Dim value As Literal

value = instance.InstanceSpec

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

プロパティ値

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

参照

参照

BeginDialogStatement クラス

BeginDialogStatement メンバ

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