Proprietà Mode
Gets or sets the connection mode of the object tree. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Property Mode As SfcConnectionContextMode
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcConnectionContextMode
A SfcConnectionContextMode value that indicates the connection mode.
Vedere anche