SfcReferenceCollectionAttribute 建構函式

定義

多載

名稱 Description
SfcReferenceCollectionAttribute(Type)

參考集合將由給定的解析器物件解析。

SfcReferenceCollectionAttribute(Type, String[])

參考集合將透過建立指定解析器類型的實例,並使用可選的鍵與參數來解析。

SfcReferenceCollectionAttribute(Type)

參考集合將由給定的解析器物件解析。

public SfcReferenceCollectionAttribute(Type resolverType);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceCollectionAttribute : Type -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceCollectionAttribute
Public Sub New (resolverType As Type)

參數

resolverType
Type

是用來實例化集合解析器的類型。

適用於

SfcReferenceCollectionAttribute(Type, String[])

參考集合將透過建立指定解析器類型的實例,並使用可選的鍵與參數來解析。

public SfcReferenceCollectionAttribute(Type resolverType, params string[] parameters);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceCollectionAttribute : Type * string[] -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceCollectionAttribute
Public Sub New (resolverType As Type, ParamArray parameters As String())

參數

resolverType
Type

是用來實例化集合解析器的類型。

parameters
String[]

解決所需的任何參數。

適用於