Propriété SfcMetadataRelation.SupportsDesignMode
Indicates whether the type supports design mode. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public ReadOnly Property SupportsDesignMode As Boolean
Get
'Utilisation
Dim instance As SfcMetadataRelation
Dim value As Boolean
value = instance.SupportsDesignMode
public bool SupportsDesignMode { get; }
public:
property bool SupportsDesignMode {
bool get ();
}
member SupportsDesignMode : bool
function get SupportsDesignMode () : boolean
Valeur de propriété
Type : System.Boolean
true if the type supports design mode; otherwise, false.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata