مشاركة عبر


IServerConfigurationFacet.InDoubtTransactionResolution Property

Gets or sets the InDoubtTransactionResolutionType property value.

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

Syntax

'Declaration
Property InDoubtTransactionResolution As InDoubtTransactionResolutionType 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

IServerConfigurationFacet Interface

Microsoft.SqlServer.Management.Smo Namespace