This topic has not yet been rated - Rate this topic

LinkedServer.ISfcSupportsDesignMode.IsDesignMode Property

Gets or sets the Boolean property value that specifies whether the schema used by the linked server data is validated when the local instance of SQL Server is idle or not.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
bool ISfcSupportsDesignMode.IsDesignMode { get; }

Property Value

Type: System.Boolean
A Boolean value that specifies whether the schema used by the linked server data is validated when the local instance of SQL Server is idle or not. If True, the schema is validated when the instance is idle.If False (default), the schema is validated when the data is accessed.

Implements

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

Community Additions

ADD
© 2013 Microsoft. All rights reserved.