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.