ISfcHasConnection.ConnectionContext Propiedad
Gets the specified context for the connection.
Espacio de nombres: Microsoft.SqlServer.Management.Dac
Ensamblado: Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Sintaxis
'Declaración
Private ReadOnly Property ConnectionContext As SfcConnectionContext
Implements ISfcHasConnection.ConnectionContext
Get
'Uso
Dim instance As DacDomain
Dim value As SfcConnectionContext
value = CType(instance, ISfcHasConnection).ConnectionContext
SfcConnectionContext ISfcHasConnection.ConnectionContext { get; }
private:
virtual property SfcConnectionContext^ ConnectionContext {
SfcConnectionContext^ get () sealed = ISfcHasConnection::ConnectionContext::get;
}
private abstract ConnectionContext : SfcConnectionContext
private override ConnectionContext : SfcConnectionContext
JScript admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcConnectionContext
Returns SfcConnectionContext representing the specified context for the connection..