Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the SfcReferenceAttribute class with the specified reference type and urn template. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
referenceType As Type, _
urnTemplate As String, _
ParamArray parameters As String() _
)
'Usage
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[]
)
Parameter
- referenceType
Typ: System.Type
The reference type.
- urnTemplate
Typ: System.String
A String that specifies the template of the URN.
- parameters
Typ: array<System.String[]
Parameters for path expression.