Udostępnij za pośrednictwem


Właściwość IServerConfigurationFacet.InDoubtTransactionResolution

Pobiera lub ustawia wartość właściwość InDoubtTransactionResolutionType.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Property InDoubtTransactionResolution As InDoubtTransactionResolutionType
    Get
    Set
'Użycie
Dim instance As IServerConfigurationFacet
Dim value As InDoubtTransactionResolutionType

value = instance.InDoubtTransactionResolution

instance.InDoubtTransactionResolution = value
InDoubtTransactionResolutionType InDoubtTransactionResolution { get; set; }
property InDoubtTransactionResolutionType InDoubtTransactionResolution {
    InDoubtTransactionResolutionType get ();
    void set (InDoubtTransactionResolutionType value);
}
abstract InDoubtTransactionResolution : InDoubtTransactionResolutionType with get, set
function get InDoubtTransactionResolution () : InDoubtTransactionResolutionType
function set InDoubtTransactionResolution (value : InDoubtTransactionResolutionType)