共用方式為


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.