DeploymentConstructor.SetDeploymentSource Method (DataSchemaModel)
Sets the deployment source, given a data schema model.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub SetDeploymentSource ( _
sm As DataSchemaModel _
)
'Usage
Dim instance As DeploymentConstructor
Dim sm As DataSchemaModel
instance.SetDeploymentSource(sm)
public void SetDeploymentSource(
DataSchemaModel sm
)
public:
void SetDeploymentSource(
DataSchemaModel^ sm
)
public function SetDeploymentSource(
sm : DataSchemaModel
)
member SetDeploymentSource :
sm:DataSchemaModel -> unit
Parameters
- sm
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
The 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.