共用方式為


SfcReferenceAttribute 建構函式 (Type, array<String[], String, array<String )

不要直接在程式碼中參照此成員。其支援 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, _
    keys As String(), _
    urnTemplate As String, _
    ParamArray parameters As String() _
)
'用途
Dim referenceType As Type 
Dim keys As String()
Dim urnTemplate As String 
Dim parameters As String()

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

參數

  • referenceType
    型別:System.Type
    The type reference that describes the Type.
  • urnTemplate
    型別:System.String
    A string that represents the urnTemplate.
  • parameters
    型別:array<System.String[]
    A list of parameters.

請參閱

參考

SfcReferenceAttribute 類別

SfcReferenceAttribute 多載

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