Mode 属性

Gets or sets the connection mode of the object tree. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Property Mode As SfcConnectionContextMode
    Get
    Set
用法
Dim instance As SfcConnectionContext
Dim value As SfcConnectionContextMode

value = instance.Mode

instance.Mode = value
public SfcConnectionContextMode Mode { get; set; }
public:
property SfcConnectionContextMode Mode {
    SfcConnectionContextMode get ();
    void set (SfcConnectionContextMode value);
}
member Mode : SfcConnectionContextMode with get, set
function get Mode () : SfcConnectionContextMode
function set Mode (value : SfcConnectionContextMode)

属性值

类型:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcConnectionContextMode
A SfcConnectionContextMode value that indicates the connection mode.