Proprietà SmoObject
Gets the object that is being renamed.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property SmoObject As Object
Get
'Utilizzo
Dim instance As ObjectRenamedEventArgs
Dim value As Object
value = instance.SmoObject
public Object SmoObject { get; }
public:
property Object^ SmoObject {
Object^ get ();
}
member SmoObject : Object
function get SmoObject () : Object
Valore proprietà
Tipo: System. . :: . .Object
An Object system object value that is the renamed object.
Vedere anche