CheckValidDefinition メソッド
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: 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