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