共用方式為


SfcReferenceAttribute 建構函式 (Type, String, array<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[]
)

參數

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

請參閱

參考

SfcReferenceAttribute 類別

SfcReferenceAttribute 多載

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata 命名空間