Свойство CompletedSuccessfully
Gets True if execution was successful, False if there was an exception.
Пространство имен: Microsoft.SqlServer.Management.MultiServerConnection
Сборка: Microsoft.SqlServer.Management.MultiServerConnection (в Microsoft.SqlServer.Management.MultiServerConnection.dll)
Синтаксис
'Декларация
Public ReadOnly Property CompletedSuccessfully As Boolean
Get
'Применение
Dim instance As ResultInfo
Dim value As Boolean
value = instance.CompletedSuccessfully
public bool CompletedSuccessfully { get; }
public:
virtual property bool CompletedSuccessfully {
bool get () sealed;
}
abstract CompletedSuccessfully : bool
override CompletedSuccessfully : bool
final function get CompletedSuccessfully () : boolean
Значение свойства
Тип: System. . :: . .Boolean
True if the execution succeeded. Otherwise, false.
Реализует
См. также