RequestObjectInfo コンストラクター (Urn, RequestObjectInfo.Flags)
指定した情報のレベルおよび情報の種類を使用して、RequestObjectInfo クラスの新しいインスタンスを初期化します。 このメンバーをコード内で直接参照しないでください。このメンバーは、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
要求する情報のレベルです。
- infoType
型: Microsoft.SqlServer.Management.Sdk.Sfc.RequestObjectInfo.Flags
要求する情報の種類です。