Initializes a new instance of the SfcReferenceCollectionAttribute class with optional keys and parameter.
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public Sub New ( _
resolverType As Type, _
ParamArray parameters As String() _
)
用法
Dim resolverType As Type
Dim parameters As String()
Dim instance As New SfcReferenceCollectionAttribute(resolverType, _
parameters)
public SfcReferenceCollectionAttribute(
Type resolverType,
params string[] parameters
)
public:
SfcReferenceCollectionAttribute(
Type^ resolverType,
... array<String^>^ parameters
)
new :
resolverType:Type *
parameters:string[] -> SfcReferenceCollectionAttribute
public function SfcReferenceCollectionAttribute(
resolverType : Type,
... parameters : String[]
)
参数
- resolverType
类型:System.Type
The type to instantiate a resolver from.
- parameters
类型:array<System.String[]
Any parameters needed for the resolver method.
请参阅
参考
SfcReferenceCollectionAttribute 类