Compartir a través de


IServerConfigurationFacet.InDoubtTransactionResolution Propiedad

Gets or sets the InDoubtTransactionResolutionType property value.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

IServerConfigurationFacet Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Smo