PropertiesRequest.RequestFieldsTypes 属性

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

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

语法

声明
Public Property RequestFieldsTypes As RequestFieldsTypes 
    Get 
    Set
用法
Dim instance As PropertiesRequest 
Dim value As RequestFieldsTypes 

value = instance.RequestFieldsTypes

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

属性值

类型:Microsoft.SqlServer.Management.Sdk.Sfc.RequestFieldsTypes
The list of types of the request fields.

请参阅

参考

PropertiesRequest 类

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