SqlStoreConnection 属性

Gets or sets the connection to an instance of the Database Engine.

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
<SfcIgnoreAttribute> _
Public Overridable Property SqlStoreConnection As SqlStoreConnection
    Get
    Set
用法
Dim instance As DacDomain
Dim value As SqlStoreConnection

value = instance.SqlStoreConnection

instance.SqlStoreConnection = value
[SfcIgnoreAttribute]
public virtual SqlStoreConnection SqlStoreConnection { get; set; }
[SfcIgnoreAttribute]
public:
virtual property SqlStoreConnection^ SqlStoreConnection {
    SqlStoreConnection^ get ();
    void set (SqlStoreConnection^ value);
}
[<SfcIgnoreAttribute>]
abstract SqlStoreConnection : SqlStoreConnection with get, set
[<SfcIgnoreAttribute>]
override SqlStoreConnection : SqlStoreConnection with get, set
function get SqlStoreConnection () : SqlStoreConnection
function set SqlStoreConnection (value : SqlStoreConnection)

属性值

类型:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SqlStoreConnection
A SqlStoreConnection object that specifies the instance of the Database Engine to which the DacDomain object is connected.