SfcReferenceCollectionAttribute 생성자 (Type, array<String )

Initializes a new instance of the SfcReferenceCollectionAttribute class with optional keys and parameter.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
Public Sub New ( _
    resolverType As Type, _
    ParamArray parameters As String() _
)
‘사용 방법
Dim resolverType As Type 
Dim parameters As String()

Dim instance As New SfcReferenceCollectionAttribute(resolverType, _
    parameters)
public SfcReferenceCollectionAttribute(
    Type resolverType,
    params string[] parameters
)
public:
SfcReferenceCollectionAttribute(
    Type^ resolverType, 
    ... array<String^>^ parameters
)
new : 
        resolverType:Type * 
        parameters:string[] -> SfcReferenceCollectionAttribute
public function SfcReferenceCollectionAttribute(
    resolverType : Type, 
    ... parameters : String[]
)

매개 변수

  • resolverType
    유형: System.Type
    The type to instantiate a resolver from.
  • parameters
    유형: array<System.String[]
    Any parameters needed for the resolver method.

참고 항목

참조

SfcReferenceCollectionAttribute 클래스

SfcReferenceCollectionAttribute 오버로드

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