Właściwość PropertiesRequest.RequestFieldsTypes
Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Public Property RequestFieldsTypes As RequestFieldsTypes
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.RequestFieldsTypes
Lista typów pól żądania.
Zobacz także