共用方式為


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.