PhysicalBindingAttribute Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| PhysicalBindingAttribute(Type) | |
| PhysicalBindingAttribute(Type, Type) | |
| PhysicalBindingAttribute(String, String, Type) | |
| PhysicalBindingAttribute(String, String, Type, Type) |
PhysicalBindingAttribute(Type)
public:
PhysicalBindingAttribute(Type ^ inPipeline);
public PhysicalBindingAttribute(Type inPipeline);
new Microsoft.XLANGs.BaseTypes.PhysicalBindingAttribute : Type -> Microsoft.XLANGs.BaseTypes.PhysicalBindingAttribute
Public Sub New (inPipeline As Type)
Parameter
- inPipeline
- Type
Gilt für:
PhysicalBindingAttribute(Type, Type)
public:
PhysicalBindingAttribute(Type ^ inPipeline, Type ^ outPipeline);
public PhysicalBindingAttribute(Type inPipeline, Type outPipeline);
new Microsoft.XLANGs.BaseTypes.PhysicalBindingAttribute : Type * Type -> Microsoft.XLANGs.BaseTypes.PhysicalBindingAttribute
Public Sub New (inPipeline As Type, outPipeline As Type)
Parameter
- inPipeline
- Type
- outPipeline
- Type
Gilt für:
PhysicalBindingAttribute(String, String, Type)
public:
PhysicalBindingAttribute(System::String ^ transportType, System::String ^ url, Type ^ inPipeline);
public PhysicalBindingAttribute(string transportType, string url, Type inPipeline);
new Microsoft.XLANGs.BaseTypes.PhysicalBindingAttribute : string * string * Type -> Microsoft.XLANGs.BaseTypes.PhysicalBindingAttribute
Public Sub New (transportType As String, url As String, inPipeline As Type)
Parameter
- transportType
- String
- url
- String
- inPipeline
- Type
Gilt für:
PhysicalBindingAttribute(String, String, Type, Type)
public:
PhysicalBindingAttribute(System::String ^ transportType, System::String ^ url, Type ^ inPipeline, Type ^ outPipeline);
public PhysicalBindingAttribute(string transportType, string url, Type inPipeline, Type outPipeline);
new Microsoft.XLANGs.BaseTypes.PhysicalBindingAttribute : string * string * Type * Type -> Microsoft.XLANGs.BaseTypes.PhysicalBindingAttribute
Public Sub New (transportType As String, url As String, inPipeline As Type, outPipeline As Type)
Parameter
- transportType
- String
- url
- String
- inPipeline
- Type
- outPipeline
- Type