Propriété DacStore
Gets the DacStore object representing the DAC store that contains this DAC instance.
Espace de noms : Microsoft.SqlServer.Management.Dac
Assembly : Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Syntaxe
'Déclaration
Public ReadOnly Property DacStore As DacStore
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.Dac. . :: . .DacStore
A DacStore object representing the DAC store that contains this DAC instance.