Partager via


Constructeur SfcReferenceAttribute (Type, String, array<String )

Initializes a new instance of the SfcReferenceAttribute class with the specified reference type and urn template. 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, _
    urnTemplate As String, _
    ParamArray parameters As String() _
)
'Utilisation
Dim referenceType As Type 
Dim urnTemplate As String 
Dim parameters As String()

Dim instance As New SfcReferenceAttribute(referenceType, _
    urnTemplate, parameters)
public SfcReferenceAttribute(
    Type referenceType,
    string urnTemplate,
    params string[] parameters
)
public:
SfcReferenceAttribute(
    Type^ referenceType, 
    String^ urnTemplate, 
    ... array<String^>^ parameters
)
new : 
        referenceType:Type * 
        urnTemplate:string * 
        parameters:string[] -> SfcReferenceAttribute
public function SfcReferenceAttribute(
    referenceType : Type, 
    urnTemplate : String, 
    ... parameters : String[]
)

Paramètres

  • referenceType
    Type : System.Type
    The reference type.
  • parameters
    Type : array<System.String[]
    Parameters for path expression.

Voir aussi

Référence

SfcReferenceAttribute Classe

Surcharge SfcReferenceAttribute

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