ObjectCreatedEventArgs 생성자
Initializes a new instance of the ObjectCreatedEventArgs class that has the specified Uniform Resource Name (URN) value and the specified inner object.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub New ( _
urn As Urn, _
innerObject As Object _
)
‘사용 방법
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
)
매개 변수
- urn
유형: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A Urn object value that specifies the URN value.
- innerObject
유형: System.Object
An Object system object value that specifies the inner object.