다음을 통해 공유


DacStore 속성

Gets the DacStore object associated with this DacDomain object.

네임스페이스:  Microsoft.SqlServer.Management.Dac
어셈블리:  Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)

구문

‘선언
Public ReadOnly Property DacStore As DacStore
    Get
‘사용 방법
Dim instance As DacDomain
Dim value As DacStore

value = instance.DacStore
public DacStore DacStore { get; }
public:
property DacStore^ DacStore {
    DacStore^ get ();
}
member DacStore : DacStore
function get DacStore () : DacStore

속성 값

유형: Microsoft.SqlServer.Management.Dac. . :: . .DacStore
The DacStore object associated with this DacDomain object.