Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Initializes a new instance of the RequestObjectInfo class with the specified level of information and type of information. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
urn As Urn, _
infoType As RequestObjectInfo.Flags _
)
'Utilizzo
Dim urn As Urn
Dim infoType As RequestObjectInfo.Flags
Dim instance As New RequestObjectInfo(urn, infoType)
public RequestObjectInfo(
Urn urn,
RequestObjectInfo.Flags infoType
)
public:
RequestObjectInfo(
Urn^ urn,
RequestObjectInfo.Flags infoType
)
new :
urn:Urn *
infoType:RequestObjectInfo.Flags -> RequestObjectInfo
public function RequestObjectInfo(
urn : Urn,
infoType : RequestObjectInfo.Flags
)
Parametri
- urn
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The level of information which is requested.
- infoType
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.RequestObjectInfo.Flags
The type of the information that is requested.