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

Server.ISfcSupportsDesignMode.IsDesignMode Property

Gets a Boolean value that specifies whether the Server supports design mode.

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 Server 
Dim value As Boolean 

value = CType(instance, ISfcSupportsDesignMode).IsDesignMode

Property Value

Type: System.Boolean
A Boolean value is true if the Server supports design mode. Otherwise, false.

Implements

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

Community Additions

ADD
© 2013 Microsoft. All rights reserved.