Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the connection mode of the object tree. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Property Mode As SfcConnectionContextMode
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.SfcConnectionContextMode
A SfcConnectionContextMode value that indicates the connection mode.