Construtor Request (Urn, String[])
Initializes a new instance of the Request class with the specified xpath and requested field list. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub New ( _
urn As Urn, _
fields As String() _
)
'Uso
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[]
)
Parâmetros
- urn
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
The xpath to be queried for.
- fields
Tipo: array<System. . :: . .String> [] () [] []
The requested fields list.
Consulte também