Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
テーブルが、指定されたパブリケーションに含まれているかどうかをチェックします。
Public Function IsInPublication(ByVal pubName As String) As Boolean
public bool IsInPublication(string pubName)
pubName パブリケーションの名前。
テーブルがパブリケーション内にある場合は true、パブリケーション内にない場合は false。
ULException クラス SQL エラーが発生しました。