VerifyCompleteEventArgs.VerifySuccess 属性
Gets the Boolean property that specifies whether the verification operation was successful.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)
语法
声明
Public ReadOnly Property VerifySuccess As Boolean
Get
用法
Dim instance As VerifyCompleteEventArgs
Dim value As Boolean
value = instance.VerifySuccess
public bool VerifySuccess { get; }
public:
property bool VerifySuccess {
bool get ();
}
member VerifySuccess : bool
function get VerifySuccess () : boolean
属性值
类型:System.Boolean
A Boolean value that specifies whether the verification operation was successful.If True, the verification operation was successful.If False (default), the verification operation was unsuccessful.
示例
How to: Register Event Handlers and Subscribe to Event Handling in Visual Basic .NET
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间