Initializes a new instance of the Request class with the specified xpath and requested field list. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Sub New ( _
urn As Urn, _
fields As String() _
)
'用途
Dim urn As Urn
Dim fields As String()
Dim instance As New Request(urn, fields)
public Request(
Urn urn,
string[] fields
)
public:
Request(
Urn^ urn,
array<String^>^ fields
)
new :
urn:Urn *
fields:string[] -> Request
public function Request(
urn : Urn,
fields : String[]
)
參數
- urn
型別:Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The xpath to be queried for.
- fields
型別:array<System.String[]
The requested fields list.