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.