SplitToType.IncludeProperty Method (PropertyClass, PropertyClass)
Includes a property.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub IncludeProperty ( _
from As PropertyClass, _
to As PropertyClass _
)
'Usage
Dim instance As SplitToType
Dim from As PropertyClass
Dim to As PropertyClass
instance.IncludeProperty(from, to)
public void IncludeProperty(
PropertyClass from,
PropertyClass to
)
public:
void IncludeProperty(
PropertyClass^ from,
PropertyClass^ to
)
public function IncludeProperty(
from : PropertyClass,
to : PropertyClass
)
member IncludeProperty :
from:PropertyClass *
to:PropertyClass -> unit
Parameters
- from
Type: Microsoft.Data.Schema.SchemaModel.PropertyClass
The source property class
- to
Type: Microsoft.Data.Schema.SchemaModel.PropertyClass
The target property class
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.