Partager via


Constructeur SfcReferenceCollectionAttribute (Type, array<String )

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

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    resolverType As Type, _
    ParamArray parameters As String() _
)
'Utilisation
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[]
)

Paramètres

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

Voir aussi

Référence

SfcReferenceCollectionAttribute Classe

Surcharge SfcReferenceCollectionAttribute

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata