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
    Get
    Set
public Literal InstanceSpec { get; set; }
public:
property Literal^ InstanceSpec {
    Literal^ get ();
    void set (Literal^ value);
}
member InstanceSpec : Literal with get, set
function get InstanceSpec () : Literal
function set InstanceSpec (value : Literal)

属性值

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

.NET Framework 安全性

请参见

参考

BeginDialogStatement 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间