Constructeur SfcReferenceAttribute (Type, array<String )
Initializes a new instance of the SfcReferenceAttribute class with the specified resolver type and parameters.
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, _
parameters As String() _
)
'Utilisation
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[]
)
Paramètres
- resolverType
Type : System.Type
The type to instantiate a resolver from.
- parameters
Type : array<System.String[]
The parameters for the resolver method.
Voir aussi
Référence
Surcharge SfcReferenceAttribute
Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata