Costruttore SfcReferenceCollectionAttribute (Type, array<String )

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

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

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

Parametri

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

Vedere anche

Riferimento

SfcReferenceCollectionAttribute Classe

Overload SfcReferenceCollectionAttribute

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata