共用方式為


IServerConfigurationFacet.InDoubtTransactionResolution 屬性

Gets or sets the InDoubtTransactionResolutionType property value.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Property InDoubtTransactionResolution As InDoubtTransactionResolutionType 
    Get 
    Set
'用途
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)

屬性值

型別:Microsoft.SqlServer.Management.Smo.InDoubtTransactionResolutionType
The InDoubtTransactionResolutionType property value.

請參閱

參考

IServerConfigurationFacet 介面

Microsoft.SqlServer.Management.Smo 命名空間