SchemaDeploymentOptions.BuildtimeContributorsMustExist Property

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

Syntax

'Declaration
Public Property BuildtimeContributorsMustExist As Boolean
public bool BuildtimeContributorsMustExist { get; set; }
public:
property bool BuildtimeContributorsMustExist {
    bool get ();
    void set (bool value);
}
member BuildtimeContributorsMustExist : bool with get, set
function get BuildtimeContributorsMustExist () : boolean
function set BuildtimeContributorsMustExist (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SchemaDeploymentOptions Class

Microsoft.Data.Schema.Build Namespace