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.