Konstruktor RequestObjectInfo (Urn, RequestObjectInfo.Flags)
Inicjuje nowe wystąpienie RequestObjectInfo klasy z określonego poziom informacji i rodzaj informacji.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Public Sub New ( _
urn As Urn, _
infoType As RequestObjectInfo..::..Flags _
)
'Użycie
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
)
Parametry
- urn
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
Poziom żądanej informacji.
- infoType
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.RequestObjectInfo.Flags
Typ informacji, które wystąpiono.