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


Свойство NamedKey<T>.InstanceType

Gets the instance type which the key represents.

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

Синтаксис

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

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

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

Тип: System.Type
The type of the instance.

См. также

Справочник

NamedKey<T> Класс

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