LinkedServer.ISfcSupportsDesignMode.IsDesignMode 属性

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.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Private ReadOnly Property IsDesignMode As Boolean 
    Implements ISfcSupportsDesignMode.IsDesignMode 
    Get
用法
Dim instance As LinkedServer 
Dim value As Boolean 

value = CType(instance, ISfcSupportsDesignMode).IsDesignMode
bool ISfcSupportsDesignMode.IsDesignMode { get; }
private:
virtual property bool IsDesignMode {
    bool get () sealed = ISfcSupportsDesignMode::IsDesignMode::get;
}
private abstract IsDesignMode : bool 
private override IsDesignMode : bool
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

属性值

类型: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.

实现

ISfcSupportsDesignMode.IsDesignMode

示例

在 SMO 中使用链接服务器

请参阅

参考

LinkedServer 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

链接服务器(数据库引擎)

sp_addlinkedserver (Transact-SQL)