Share via


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 네임스페이스