SfcReferenceAttribute 생성자 (Type)
Initializes a new instance of the SfcReferenceAttribute class with the specified resolver type.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Public Sub New ( _
resolverType As Type _
)
‘사용 방법
Dim resolverType As Type
Dim instance As New SfcReferenceAttribute(resolverType)
public SfcReferenceAttribute(
Type resolverType
)
public:
SfcReferenceAttribute(
Type^ resolverType
)
new :
resolverType:Type -> SfcReferenceAttribute
public function SfcReferenceAttribute(
resolverType : Type
)
매개 변수
- resolverType
유형: System.Type
The type to instantiate a resolver from.