Konstruktor SfcBeforeObjectRenamedEventArgs
Inicjuje nowe wystąpienie SfcBeforeObjectRenamedEventArgs klasyNie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Public Sub New ( _
urn As Urn, _
instance As SfcInstance, _
newUrn As Urn, _
newKey As SfcKey _
)
'Użycie
Dim urn As Urn
Dim instance As SfcInstance
Dim newUrn As Urn
Dim newKey As SfcKey
Dim instance As New SfcBeforeObjectRenamedEventArgs(urn, instance, _
newUrn, newKey)
public SfcBeforeObjectRenamedEventArgs(
Urn urn,
SfcInstance instance,
Urn newUrn,
SfcKey newKey
)
public:
SfcBeforeObjectRenamedEventArgs(
Urn^ urn,
SfcInstance^ instance,
Urn^ newUrn,
SfcKey^ newKey
)
new :
urn:Urn *
instance:SfcInstance *
newUrn:Urn *
newKey:SfcKey -> SfcBeforeObjectRenamedEventArgs
public function SfcBeforeObjectRenamedEventArgs(
urn : Urn,
instance : SfcInstance,
newUrn : Urn,
newKey : SfcKey
)
Parametry
- urn
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
Bieżący jednolitego zasobu Nazwa URN obiektu.
- instance
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
SfcInstance Obiekt, który reprezentuje bieżącego obiektu.
- newUrn
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
URN nowego obiektu.
- newKey
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
SfcKey Obiekt, który reprezentuje nowy klucz.
Zobacz także