Construtor SfcReferenceAttribute (Type, String, String[])
Initializes a new instance of the SfcReferenceAttribute class with the specified reference type and urn template. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub New ( _
referenceType As Type, _
urnTemplate As String, _
ParamArray parameters As String() _
)
'Uso
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[]
)
Parâmetros
- referenceType
Tipo: System. . :: . .Type
The reference type.
- urnTemplate
Tipo: System. . :: . .String
A String that specifies the template of the URN.
- parameters
Tipo: array<System. . :: . .String> [] () [] []
Parameters for path expression.