Request Constructor (Urn, array<String )
Initializes a new instance of the Request class with the specified xpath and requested field list. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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.