SfcReferenceAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| SfcReferenceAttribute(Type) |
參考將透過建立給定解析器類型的實例來解析。 |
| SfcReferenceAttribute(Type, String[]) |
參考將透過建立指定解析器類型的實例,並使用可選的鍵與參數來解析。 |
| SfcReferenceAttribute(Type, String, String[]) |
參考會以屬性名稱中傳遞的值來解析 |
| SfcReferenceAttribute(Type, String[], String, String[]) |
參考會以屬性名稱中傳遞的值來解析 |
| SfcReferenceAttribute(Type, Type, String, String[]) |
推薦人將透過致電代表來解決 |
| SfcReferenceAttribute(Type, String[], Type, String, String[]) |
推薦人將透過致電代表來解決 |
SfcReferenceAttribute(Type)
參考將透過建立給定解析器類型的實例來解析。
public SfcReferenceAttribute(Type resolverType);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceAttribute : Type -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceAttribute
Public Sub New (resolverType As Type)
參數
- resolverType
- Type
是用來實例化集合解析器的類型。
適用於
SfcReferenceAttribute(Type, String[])
參考將透過建立指定解析器類型的實例,並使用可選的鍵與參數來解析。
public SfcReferenceAttribute(Type resolverType, string[] parameters);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceAttribute : Type * string[] -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceAttribute
Public Sub New (resolverType As Type, parameters As String())
參數
- resolverType
- Type
用來實例化解析器的類型。
- parameters
- String[]
解析器方法所需的任何參數。
適用於
SfcReferenceAttribute(Type, String, String[])
參考會以屬性名稱中傳遞的值來解析
public SfcReferenceAttribute(Type referenceType, string urnTemplate, params string[] parameters);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceAttribute : Type * string * string[] -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceAttribute
Public Sub New (referenceType As Type, urnTemplate As String, ParamArray parameters As String())
參數
- referenceType
- Type
- urnTemplate
- String
- parameters
- String[]
參考類型的參數
適用於
SfcReferenceAttribute(Type, String[], String, String[])
參考會以屬性名稱中傳遞的值來解析
public SfcReferenceAttribute(Type referenceType, string[] keys, string urnTemplate, params string[] parameters);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceAttribute : Type * string[] * string * string[] -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceAttribute
Public Sub New (referenceType As Type, keys As String(), urnTemplate As String, ParamArray parameters As String())
參數
- referenceType
- Type
- keys
- String[]
所有鍵值若為多鍵參考
- urnTemplate
- String
- parameters
- String[]
路徑表達參數
適用於
SfcReferenceAttribute(Type, Type, String, String[])
推薦人將透過致電代表來解決
public SfcReferenceAttribute(Type referenceType, Type resolverType, string methodName, params string[] parameters);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceAttribute : Type * Type * string * string[] -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceAttribute
Public Sub New (referenceType As Type, resolverType As Type, methodName As String, ParamArray parameters As String())
參數
- referenceType
- Type
- resolverType
- Type
- methodName
- String
靜態解析器方法。
- parameters
- String[]
這些論證會被傳入方法。
適用於
SfcReferenceAttribute(Type, String[], Type, String, String[])
推薦人將透過致電代表來解決
public SfcReferenceAttribute(Type referenceType, string[] keys, Type resolverType, string methodName, params string[] parameters);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceAttribute : Type * string[] * Type * string * string[] -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceAttribute
Public Sub New (referenceType As Type, keys As String(), resolverType As Type, methodName As String, ParamArray parameters As String())
參數
- referenceType
- Type
- keys
- String[]
所有鍵值若為多鍵參考
- resolverType
- Type
輸入存在解析器的類型。
- methodName
- String
靜態解析器方法。
- parameters
- String[]
這些論證會被傳入方法。