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