Compartilhar via


Propriedade do RDL SfcConnectionContext.Mode

Gets or sets the connection mode of the object tree. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Property Mode As SfcConnectionContextMode 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

SfcConnectionContext Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc