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

.NET Framework Security

See Also

Reference

DeploymentConstructor Class

DeploymentConstructor Members

SetDeploymentSource Overload

Microsoft.Data.Schema.Build Namespace