Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets a value that indicates whether the package contains Master Data.
Espace de noms : Microsoft.MasterDataServices.Deployment
Assembly : Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)
Syntaxe
'Déclaration
Public Property ContainsData As Boolean
Get
Set
'Utilisation
Dim instance As PackageSettings
Dim value As Boolean
value = instance.ContainsData
instance.ContainsData = value
public bool ContainsData { get; set; }
public:
property bool ContainsData {
bool get ();
void set (bool value);
}
member ContainsData : bool with get, set
function get ContainsData () : boolean
function set ContainsData (value : boolean)
Valeur de propriété
Type : System.Boolean
true if the package contains Master Data; otherwise, false.