다음을 통해 공유


NamedDomainKey<T>.InstanceType 속성

Gets the instance type which the current 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 NamedDomainKey 
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 instance type which the current key represents.

참고 항목

참조

NamedDomainKey<T> 클래스

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스