Expand Minimize
This topic has not yet been rated - Rate this topic

Database.ISfcSupportsDesignMode.IsDesignMode Property

Gets a value that indicates whether the object supports design mode. Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
'Declaration
Private ReadOnly Property IsDesignMode As Boolean 
	Implements ISfcSupportsDesignMode.IsDesignMode 
	Get
'Usage
Dim instance As Database 
Dim value As Boolean 

value = CType(instance, ISfcSupportsDesignMode).IsDesignMode

Property Value

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

Implements

ISfcSupportsDesignMode.IsDesignMode
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.