SfcReferenceAttribute 构造函数 (Type, String, String[])

Initializes a new instance of the SfcReferenceAttribute class with the specified reference type and urn template. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Sub New ( _
    referenceType As Type, _
    urnTemplate As String, _
    ParamArray parameters As String() _
)
用法
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[]
)

参数