HostFileParameter Constructors

Definition

Overloads

HostFileParameter()
HostFileParameter(String, HostFileType)
HostFileParameter(String, Object)
HostFileParameter(String, HostFileType, Object)
HostFileParameter(String, HostFileType, Int32, String)
HostFileParameter(String, HostFileType, Int32, ParameterDirection, String, DataRowVersion, Boolean, Object)

HostFileParameter()

public:
 HostFileParameter();
public HostFileParameter ();
Public Sub New ()

Applies to

HostFileParameter(String, HostFileType)

public:
 HostFileParameter(System::String ^ name, Microsoft::HostIntegration::MsHostFileClient::HostFileType hostFileType);
public HostFileParameter (string name, Microsoft.HostIntegration.MsHostFileClient.HostFileType hostFileType);
new Microsoft.HostIntegration.MsHostFileClient.HostFileParameter : string * Microsoft.HostIntegration.MsHostFileClient.HostFileType -> Microsoft.HostIntegration.MsHostFileClient.HostFileParameter

Parameters

name
String
hostFileType
HostFileType

Applies to

HostFileParameter(String, Object)

public:
 HostFileParameter(System::String ^ name, System::Object ^ value);
public HostFileParameter (string name, object value);
new Microsoft.HostIntegration.MsHostFileClient.HostFileParameter : string * obj -> Microsoft.HostIntegration.MsHostFileClient.HostFileParameter
Public Sub New (name As String, value As Object)

Parameters

name
String
value
Object

Applies to

HostFileParameter(String, HostFileType, Object)

public:
 HostFileParameter(System::String ^ name, Microsoft::HostIntegration::MsHostFileClient::HostFileType hostFileType, System::Object ^ value);
public HostFileParameter (string name, Microsoft.HostIntegration.MsHostFileClient.HostFileType hostFileType, object value);
new Microsoft.HostIntegration.MsHostFileClient.HostFileParameter : string * Microsoft.HostIntegration.MsHostFileClient.HostFileType * obj -> Microsoft.HostIntegration.MsHostFileClient.HostFileParameter

Parameters

name
String
hostFileType
HostFileType
value
Object

Applies to

HostFileParameter(String, HostFileType, Int32, String)

public:
 HostFileParameter(System::String ^ name, Microsoft::HostIntegration::MsHostFileClient::HostFileType hostFileType, int size, System::String ^ srcColumn);
public HostFileParameter (string name, Microsoft.HostIntegration.MsHostFileClient.HostFileType hostFileType, int size, string srcColumn);
new Microsoft.HostIntegration.MsHostFileClient.HostFileParameter : string * Microsoft.HostIntegration.MsHostFileClient.HostFileType * int * string -> Microsoft.HostIntegration.MsHostFileClient.HostFileParameter

Parameters

name
String
hostFileType
HostFileType
size
Int32
srcColumn
String

Applies to

HostFileParameter(String, HostFileType, Int32, ParameterDirection, String, DataRowVersion, Boolean, Object)

public:
 HostFileParameter(System::String ^ name, Microsoft::HostIntegration::MsHostFileClient::HostFileType hostFileType, int size, System::Data::ParameterDirection direction, System::String ^ sourceColumn, System::Data::DataRowVersion sourceVersion, bool sourceColumnNullMapping, System::Object ^ value);
public HostFileParameter (string name, Microsoft.HostIntegration.MsHostFileClient.HostFileType hostFileType, int size, System.Data.ParameterDirection direction, string sourceColumn, System.Data.DataRowVersion sourceVersion, bool sourceColumnNullMapping, object value);
new Microsoft.HostIntegration.MsHostFileClient.HostFileParameter : string * Microsoft.HostIntegration.MsHostFileClient.HostFileType * int * System.Data.ParameterDirection * string * System.Data.DataRowVersion * bool * obj -> Microsoft.HostIntegration.MsHostFileClient.HostFileParameter

Parameters

name
String
hostFileType
HostFileType
size
Int32
direction
ParameterDirection
sourceColumn
String
sourceVersion
DataRowVersion
sourceColumnNullMapping
Boolean
value
Object

Applies to