Compartir a través de


ServiceOperationParameter(String, ResourceType) Constructor

Definición

Crea una nueva instancia de ServiceOperationParameter.

public:
 ServiceOperationParameter(System::String ^ name, System::Data::Services::Providers::ResourceType ^ parameterType);
public ServiceOperationParameter (string name, System.Data.Services.Providers.ResourceType parameterType);
new System.Data.Services.Providers.ServiceOperationParameter : string * System.Data.Services.Providers.ResourceType -> System.Data.Services.Providers.ServiceOperationParameter
Public Sub New (name As String, parameterType As ResourceType)

Parámetros

name
String

Nombre del parámetro.

parameterType
ResourceType

Tipo de datos del parámetro

Se aplica a