ScalarResult propriété
Gets the scalar result for the referenced object.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Protected ReadOnly Property ScalarResult As Object()
Get
'Utilisation
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[]
Valeur de la propriété
Type : array<System. . :: . .Object> [] () [] []
An Object system object value that specifies the scalar result for the referenced object.
Voir aussi