SmoObject 屬性
Gets the altered object that causes the event to be raised.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public ReadOnly Property SmoObject As Object
Get
'用途
Dim instance As ObjectAlteredEventArgs
Dim value As Object
value = instance.SmoObject
public Object SmoObject { get; }
public:
property Object^ SmoObject {
Object^ get ();
}
member SmoObject : Object
function get SmoObject () : Object
屬性值
型別:System. . :: . .Object
An Object object value that specifies the altered object.