ScalarResult 속성
Gets the scalar result for the referenced object.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Protected ReadOnly Property ScalarResult As Object()
Get
‘사용 방법
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[]
속성 값
형식: array<System. . :: . .Object> [] () [] []
An Object system object value that specifies the scalar result for the referenced object.