Свойство CompletedSuccessfully
Gets a value indicating whether the execution was successful.
Пространство имен: Microsoft.SqlServer.Management.MultiServerConnection
Сборка: Microsoft.SqlServer.Management.MultiServerConnection (в Microsoft.SqlServer.Management.MultiServerConnection.dll)
Синтаксис
'Декларация
ReadOnly Property CompletedSuccessfully As Boolean
Get
'Применение
Dim instance As IResultInfo
Dim value As Boolean
value = instance.CompletedSuccessfully
bool CompletedSuccessfully { get; }
property bool CompletedSuccessfully {
bool get ();
}
abstract CompletedSuccessfully : bool
function get CompletedSuccessfully () : boolean
Значение свойства
Тип: System. . :: . .Boolean
True if the Transact-SQL execution was successful, or false if an exception was thrown.