PropertiesRequest.RequestFieldsTypes Property
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Property RequestFieldsTypes As RequestFieldsTypes
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.RequestFieldsTypes
The list of types of the request fields.