Конструктор RequestObjectInfo (Urn, RequestObjectInfo.Flags)
Initializes a new instance of the RequestObjectInfo class with the specified level of information and type of information. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Sub New ( _
urn As Urn, _
infoType As RequestObjectInfo.Flags _
)
'Применение
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
)
Параметры
- urn
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The level of information which is requested.
- infoType
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.RequestObjectInfo.Flags
The type of the information that is requested.