Costruttore ObjectAlteredEventArgs
Initializes a new instance of the ObjectAlteredEventArgs class that has the specified Uniform Resource Name (URN) value and the specified inner object.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
urn As Urn, _
innerObject As Object _
)
'Utilizzo
Dim urn As Urn
Dim innerObject As Object
Dim instance As New ObjectAlteredEventArgs(urn, innerObject)
public ObjectAlteredEventArgs(
Urn urn,
Object innerObject
)
public:
ObjectAlteredEventArgs(
Urn^ urn,
Object^ innerObject
)
new :
urn:Urn *
innerObject:Object -> ObjectAlteredEventArgs
public function ObjectAlteredEventArgs(
urn : Urn,
innerObject : Object
)
Parametri
- urn
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A Urn object value that specifies the URN value.
- innerObject
Tipo: System.Object
An Object system object that specifies the inner object.