Freigeben über


ScalarResult-Eigenschaft

Gets the scalar result for the referenced object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Protected ReadOnly Property ScalarResult As Object()
    Get
'Usage
Dim value As Object()

value = Me.ScalarResult
protected Object[] ScalarResult { get; }
protected:
property array<Object^>^ ScalarResult {
    array<Object^>^ get ();
}
member ScalarResult : Object[]
function get ScalarResult () : Object[]

Eigenschaftenwert

Typ: array<System. . :: . .Object> [] () [] []
An Object system object value that specifies the scalar result for the referenced object.