Database.ISfcSupportsDesignMode.IsDesignMode Property
SQL Server 2012
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
