SfcReferenceAttribute 构造函数 (Type, Type, String, 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, _
resolverType As Type, _
methodName As String, _
ParamArray parameters As String() _
)
用法
Dim referenceType As Type
Dim resolverType As Type
Dim methodName As String
Dim parameters As String()
Dim instance As New SfcReferenceAttribute(referenceType, _
resolverType, methodName, parameters)
public SfcReferenceAttribute(
Type referenceType,
Type resolverType,
string methodName,
params string[] parameters
)
public:
SfcReferenceAttribute(
Type^ referenceType,
Type^ resolverType,
String^ methodName,
... array<String^>^ parameters
)
new :
referenceType:Type *
resolverType:Type *
methodName:string *
parameters:string[] -> SfcReferenceAttribute
public function SfcReferenceAttribute(
referenceType : Type,
resolverType : Type,
methodName : String,
... parameters : String[]
)
参数
- referenceType
类型:System. . :: . .Type
The type reference that describes the Type.
- 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.