Propriedade do RDL IServerConfigurationFacet.InDoubtTransactionResolution

Gets or sets the InDoubtTransactionResolutionType property value.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Property InDoubtTransactionResolution As InDoubtTransactionResolutionType 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.InDoubtTransactionResolutionType
The InDoubtTransactionResolutionType property value.

Consulte também

Referência

IServerConfigurationFacet Interface

Namespace Microsoft.SqlServer.Management.Smo