ObjectAlteredEventArgs Constructor
SQL Server 2012
Initializes a new instance of the ObjectAlteredEventArgs class that has the specified Uniform Resource Name (URN) value and the specified inner object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- urn
- Type: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A Urn object value that specifies the URN value.
- innerObject
- Type: System.Object
An Object system object that specifies the inner object.