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.