Freigeben über


SfcMetadataRelation.SupportsDesignMode-Eigenschaft

Indicates whether the type supports design mode. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property SupportsDesignMode As Boolean 
    Get
'Usage
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

Eigenschaftswert

Typ: System.Boolean
true if the type supports design mode; otherwise, false.

Siehe auch

Verweis

SfcMetadataRelation Klasse

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata-Namespace