SchemaDeploymentOptions.BuildtimeContributorsMustExist-Eigenschaft
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property BuildtimeContributorsMustExist As Boolean
Get
Set
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)
Eigenschaftswert
Typ: System.Boolean
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.