Поделиться через


Свойство SfcKey.InstanceType

Gets the type of the instance class associated with this key class.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public Overridable ReadOnly Property InstanceType As Type 
    Get
'Применение
Dim instance As SfcKey 
Dim value As Type 

value = instance.InstanceType
public virtual Type InstanceType { get; }
public:
virtual property Type^ InstanceType {
    Type^ get ();
}
abstract InstanceType : Type 
override InstanceType : Type
function get InstanceType () : Type

Значение свойства

Тип: System.Type
The type of the instance class associated with this key class.

См. также

Справочник

SfcKey Класс

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc