Udostępnij przez


Właściwość BusinessLogicResolver.HandledChangeStates

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Ten element członkowski zastępuje element IBusinessLogicResolver.HandledChangeStates.

Przestrzeń nazw:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Zestaw:  Microsoft.SqlServer.Replication.BusinessLogicSupport (w Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Składnia

'Deklaracja
Public Overrides ReadOnly Property HandledChangeStates As ChangeStates
    Get
'Użycie
Dim instance As BusinessLogicResolver
Dim value As ChangeStates

value = instance.HandledChangeStates
public override ChangeStates HandledChangeStates { get; }
public:
virtual property ChangeStates HandledChangeStates {
    ChangeStates get () override;
}
abstract HandledChangeStates : ChangeStates
override HandledChangeStates : ChangeStates
override function get HandledChangeStates () : ChangeStates