Initializes a new instance of the SfcReferenceCollectionAttribute class with optional keys.
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public Sub New ( _
resolverType As Type _
)
用法
Dim resolverType As Type
Dim instance As New SfcReferenceCollectionAttribute(resolverType)
public SfcReferenceCollectionAttribute(
Type resolverType
)
public:
SfcReferenceCollectionAttribute(
Type^ resolverType
)
new :
resolverType:Type -> SfcReferenceCollectionAttribute
public function SfcReferenceCollectionAttribute(
resolverType : Type
)
参数
- resolverType
类型:System.Type
The type to instantiate a resolver from.
请参阅
参考
SfcReferenceCollectionAttribute 类