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 命名空间