CheckValidDefinition 方法
此 API 支持 基础结构,但不能通过代码直接使用。
此成员重写 ReplicationObject. . :: . .CheckValidDefinition(Boolean)。
命名空间: Microsoft.SqlServer.Replication
程序集: Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)
语法
声明
Protected Overrides Function CheckValidDefinition ( _
throwException As Boolean _
) As Boolean
用法
Dim throwException As Boolean
Dim returnValue As Boolean
returnValue = Me.CheckValidDefinition(throwException)
protected override bool CheckValidDefinition(
bool throwException
)
protected:
virtual bool CheckValidDefinition(
bool throwException
) override
abstract CheckValidDefinition :
throwException:bool -> bool
override CheckValidDefinition :
throwException:bool -> bool
protected override function CheckValidDefinition(
throwException : boolean
) : boolean
参数
- throwException
类型:System. . :: . .Boolean