SqlStoreConnection-Eigenschaft
Gets or sets the connection to an instance of the Database Engine.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Public Overridable Property SqlStoreConnection As SqlStoreConnection
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SqlStoreConnection
A SqlStoreConnection object that specifies the instance of the Database Engine to which the DacDomain object is connected.