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.