다음을 통해 공유


DacStore 속성

Gets the DacStore object representing the DAC store that contains this DAC instance.

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

구문

‘선언
Public ReadOnly Property DacStore As DacStore
    Get
‘사용 방법
Dim instance As DacInstance
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
A DacStore object representing the DAC store that contains this DAC instance.