Construtor ObjectCreatedEventArgs
Initializes a new instance of the ObjectCreatedEventArgs class that has the specified Uniform Resource Name (URN) value and the specified inner object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub New ( _
urn As Urn, _
innerObject As Object _
)
'Uso
Dim urn As Urn
Dim innerObject As Object
Dim instance As New ObjectCreatedEventArgs(urn, innerObject)
public ObjectCreatedEventArgs(
Urn urn,
Object innerObject
)
public:
ObjectCreatedEventArgs(
Urn^ urn,
Object^ innerObject
)
new :
urn:Urn *
innerObject:Object -> ObjectCreatedEventArgs
public function ObjectCreatedEventArgs(
urn : Urn,
innerObject : Object
)
Parâmetros
- 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 value that specifies the inner object.
Consulte também