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
- 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.