Constructeur SfcReferenceAttribute (Type, array<String[], 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(), _
urnTemplate As String, _
ParamArray parameters As String() _
)
'Utilisation
Dim referenceType As Type
Dim keys As String()
Dim urnTemplate As String
Dim parameters As String()
Dim instance As New SfcReferenceAttribute(referenceType, _
keys, urnTemplate, parameters)
public SfcReferenceAttribute(
Type referenceType,
string[] keys,
string urnTemplate,
params string[] parameters
)
public:
SfcReferenceAttribute(
Type^ referenceType,
array<String^>^ keys,
String^ urnTemplate,
... array<String^>^ parameters
)
new :
referenceType:Type *
keys:string[] *
urnTemplate:string *
parameters:string[] -> SfcReferenceAttribute
public function SfcReferenceAttribute(
referenceType : Type,
keys : String[],
urnTemplate : 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.
- urnTemplate
Type : System.String
A string that represents the urnTemplate.
- parameters
Type : array<System.String[]
A list of parameters.
Voir aussi
Référence
Surcharge SfcReferenceAttribute
Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata