SfcReferenceSelectorAttribute 建構函式
Initializes a new instance of the SfcReferenceSelectorAttribute class with the specified field and path expression. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Sub New ( _
pathExpression As String, _
field As String, _
ParamArray parameters As String() _
)
'用途
Dim pathExpression As String
Dim field As String
Dim parameters As String()
Dim instance As New SfcReferenceSelectorAttribute(pathExpression, _
field, parameters)
public SfcReferenceSelectorAttribute(
string pathExpression,
string field,
params string[] parameters
)
public:
SfcReferenceSelectorAttribute(
String^ pathExpression,
String^ field,
... array<String^>^ parameters
)
new :
pathExpression:string *
field:string *
parameters:string[] -> SfcReferenceSelectorAttribute
public function SfcReferenceSelectorAttribute(
pathExpression : String,
field : String,
... parameters : String[]
)
參數
- pathExpression
型別:System. . :: . .String
A string that specifies the path expression.
- field
型別:System. . :: . .String
A string that specifies the field.
- parameters
型別:array<System. . :: . .String> [] () [] []
Parameters for path expression.