Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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[]
Property Value
Type: array<System.Object[]
An Object system object value that specifies the scalar result for the referenced object.