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.