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 네임스페이스