Propriété ServerConnection.UseMode
Gets or sets the server connection using a specified mode.
Espace de noms : Microsoft.SqlServer.Management.Common
Assembly : Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)
Syntaxe
'Déclaration
Public Shared Property UseMode As DeferredUseMode
Get
Set
'Utilisation
Dim value As DeferredUseMode
value = ServerConnection.UseMode
ServerConnection.UseMode = value
public static DeferredUseMode UseMode { get; set; }
public:
static property DeferredUseMode UseMode {
DeferredUseMode get ();
void set (DeferredUseMode value);
}
static member UseMode : DeferredUseMode with get, set
static function get UseMode () : DeferredUseMode
static function set UseMode (value : DeferredUseMode)
Valeur de propriété
Type : Microsoft.SqlServer.Management.Common.DeferredUseMode
The specified mode for the connection.