Właściwość XmlRead.DatabaseEngineType
Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.Pobiera lub ustawia typ aparatu bazy danych.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Public Property DatabaseEngineType As DatabaseEngineType
Get
Set
'Użycie
Dim instance As XmlRead
Dim value As DatabaseEngineType
value = instance.DatabaseEngineType
instance.DatabaseEngineType = value
public DatabaseEngineType DatabaseEngineType { get; set; }
public:
property DatabaseEngineType DatabaseEngineType {
DatabaseEngineType get ();
void set (DatabaseEngineType value);
}
member DatabaseEngineType : DatabaseEngineType with get, set
function get DatabaseEngineType () : DatabaseEngineType
function set DatabaseEngineType (value : DatabaseEngineType)
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Common.DatabaseEngineType
A DatabaseEngineType obiekt, który określa typ aparatu bazy danych.