DacDomain.DacStore Property
Gets the DacStore object associated with this DacDomain object.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Déclaration
Public ReadOnly Property DacStore As DacStore
Get
'Utilisation
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
Property Value
Type: Microsoft.SqlServer.Management.Dac.DacStore
The DacStore object associated with this DacDomain object.