RequestObjectInfo.InfoType 属性

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Property InfoType As RequestObjectInfo.Flags 
    Get 
    Set
用法
Dim instance As RequestObjectInfo 
Dim value As RequestObjectInfo.Flags 

value = instance.InfoType

instance.InfoType = value
public RequestObjectInfo.Flags InfoType { get; set; }
public:
property RequestObjectInfo.Flags InfoType {
    RequestObjectInfo.Flags get ();
    void set (RequestObjectInfo.Flags value);
}
member InfoType : RequestObjectInfo.Flags with get, set
function get InfoType () : RequestObjectInfo.Flags 
function set InfoType (value : RequestObjectInfo.Flags)

属性值

类型:Microsoft.SqlServer.Management.Sdk.Sfc.RequestObjectInfo.Flags
The flags which indicates what to return.

请参阅

参考

RequestObjectInfo 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间