Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.