This topic has not yet been rated - Rate this topic

ObjectAlteredEventArgs Constructor

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)
public ObjectAlteredEventArgs(
	Urn urn,
	Object innerObject
)

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.