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[]
)
매개 변수
- referenceType
유형: System. . :: . .Type
The reference type.
- urnTemplate
유형: System. . :: . .String
A String that specifies the template of the URN.
- parameters
유형: array<System. . :: . .String> [] () [] []
Parameters for path expression.