Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the connection mode of the object tree. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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)
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcConnectionContextMode
A SfcConnectionContextMode value that indicates the connection mode.