Proprietà DacStore
Gets the DacStore object representing the DAC store that contains this DAC instance.
Spazio dei nomi Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property DacStore As DacStore
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Dac. . :: . .DacStore
A DacStore object representing the DAC store that contains this DAC instance.