共用方式為


ReplicationObject.CheckValidDefinition 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Indicates whether the definition is valid.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)

語法

'宣告
Protected Overridable Function CheckValidDefinition ( _
    throwException As Boolean _
) As Boolean
'用途
Dim throwException As Boolean 
Dim returnValue As Boolean 

returnValue = Me.CheckValidDefinition(throwException)
protected virtual bool CheckValidDefinition(
    bool throwException
)
protected:
virtual bool CheckValidDefinition(
    bool throwException
)
abstract CheckValidDefinition : 
        throwException:bool -> bool  
override CheckValidDefinition : 
        throwException:bool -> bool
protected function CheckValidDefinition(
    throwException : boolean
) : boolean

參數

  • throwException
    型別:System.Boolean
    Indicates whether to throw an exception.

傳回值

型別:System.Boolean
true if the definition is valid; otherwise, false.

請參閱

參考

ReplicationObject 類別

Microsoft.SqlServer.Replication 命名空間