SchemaDeployment.Target Property
Gets the DataSchemaModel for the target database.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property Target As DataSchemaModel
public DataSchemaModel Target { get; }
public:
property DataSchemaModel^ Target {
DataSchemaModel^ get ();
}
member Target : DataSchemaModel
function get Target () : 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.