Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.