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
)

参数