Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets the type of the Database Engine.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Property DatabaseEngineType As DatabaseEngineType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Management.Common.DatabaseEngineType
A DatabaseEngineType object that specifies the type of the Database Engine.