Share via


DeploymentProjectBuilder.Extensions Property

Gets or sets the extension manager for this deployment.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Protected Friend Property Extensions As ExtensionManager
protected internal ExtensionManager Extensions { get; set; }
protected public:
property ExtensionManager^ Extensions {
    ExtensionManager^ get ();
    void set (ExtensionManager^ value);
}
member Extensions : ExtensionManager with get, set
function get Extensions () : ExtensionManager
function set Extensions (value : ExtensionManager)

Property Value

Type: Microsoft.Data.Schema.Extensibility.ExtensionManager

.NET Framework Security

See Also

Reference

DeploymentProjectBuilder Class

Microsoft.Data.Schema.Build Namespace