SfcReferenceAttribute 생성자 (Type, array<String[], Type, 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(), _
resolverType As Type, _
methodName As String, _
ParamArray parameters As String() _
)
‘사용 방법
Dim referenceType As Type
Dim keys As String()
Dim resolverType As Type
Dim methodName As String
Dim parameters As String()
Dim instance As New SfcReferenceAttribute(referenceType, _
keys, resolverType, methodName, parameters)
public SfcReferenceAttribute(
Type referenceType,
string[] keys,
Type resolverType,
string methodName,
params string[] parameters
)
public:
SfcReferenceAttribute(
Type^ referenceType,
array<String^>^ keys,
Type^ resolverType,
String^ methodName,
... array<String^>^ parameters
)
new :
referenceType:Type *
keys:string[] *
resolverType:Type *
methodName:string *
parameters:string[] -> SfcReferenceAttribute
public function SfcReferenceAttribute(
referenceType : Type,
keys : String[],
resolverType : Type,
methodName : String,
... parameters : String[]
)
매개 변수
- referenceType
유형: System.Type
The type reference that describes the Type.
- keys
유형: array<System.String[]
A list of key objects.
- resolverType
유형: System.Type
The type resolver that describes the Type.
- methodName
유형: System.String
A string that represents the method name.
- parameters
유형: array<System.String[]
A list of given parameters.