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

'Declaration
Public ReadOnly Property DacStore As DacStore
    Get
'Usage
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.

See Also

Reference

DacDomain Class

Microsoft.SqlServer.Management.Dac Namespace