Constructeur SfcReferenceAttribute (Type, array<String[], Type, String, array<String )
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
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 ( _
referenceType As Type, _
keys As String(), _
resolverType As Type, _
methodName As String, _
ParamArray parameters As String() _
)
'Utilisation
Dim referenceType As Type
Dim keys As String()
Dim resolverType As Type
Dim methodName As String
Dim parameters As String()
Dim instance As New SfcReferenceAttribute(referenceType, _
keys, resolverType, methodName, parameters)
public SfcReferenceAttribute(
Type referenceType,
string[] keys,
Type resolverType,
string methodName,
params string[] parameters
)
public:
SfcReferenceAttribute(
Type^ referenceType,
array<String^>^ keys,
Type^ resolverType,
String^ methodName,
... array<String^>^ parameters
)
new :
referenceType:Type *
keys:string[] *
resolverType:Type *
methodName:string *
parameters:string[] -> SfcReferenceAttribute
public function SfcReferenceAttribute(
referenceType : Type,
keys : String[],
resolverType : Type,
methodName : String,
... parameters : String[]
)
Paramètres
- referenceType
Type : System.Type
The type reference that describes the Type.
- keys
Type : array<System.String[]
A list of key objects.
- resolverType
Type : System.Type
The type resolver that describes the Type.
- methodName
Type : System.String
A string that represents the method name.
- parameters
Type : array<System.String[]
A list of given parameters.
Voir aussi
Référence
Surcharge SfcReferenceAttribute
Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata