Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the target data schema model.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property Target As DataSchemaModel
public DataSchemaModel Target { get; set; }
public:
property DataSchemaModel^ Target {
DataSchemaModel^ get ();
void set (DataSchemaModel^ value);
}
member Target : DataSchemaModel with get, set
function get Target () : DataSchemaModel
function set Target (value : DataSchemaModel)
Property Value
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
The target data schema model.
.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.