Свойство DacStore
Gets the DacStore object representing the DAC store that contains this DAC instance.
Пространство имен: Microsoft.SqlServer.Management.Dac
Сборка: Microsoft.SqlServer.Management.Dac (в Microsoft.SqlServer.Management.Dac.dll)
Синтаксис
'Декларация
Public ReadOnly Property DacStore As DacStore
Get
'Применение
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
Значение свойства
Тип: Microsoft.SqlServer.Management.Dac. . :: . .DacStore
A DacStore object representing the DAC store that contains this DAC instance.