Delen via


SfcMetadataRelation.SupportsDesignMode Property

Indicates whether the type supports design mode. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Property Value

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

See Also

Reference

SfcMetadataRelation Class

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