Compartir a través de


Interfaz ISfcDomainLite

A light weight interface that exposes the basic properties of a SFC domain. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Interface ISfcDomainLite _
    Inherits ISfcHasConnection
'Uso
Dim instance As ISfcDomainLite
public interface ISfcDomainLite : ISfcHasConnection
public interface class ISfcDomainLite : ISfcHasConnection
type ISfcDomainLite =  
    interface
        interface ISfcHasConnection
    end
public interface ISfcDomainLite extends ISfcHasConnection

El tipo ISfcDomainLite expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ConnectionContext Gets the connection context mode for the connection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de ISfcHasConnection.)
Propiedad pública DomainInstanceName Gets the logical name of the domain instance. The logical name of a domain instance is usually derived from the connection and domain information. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Propiedad pública DomainName Gets the name of the domain. The name of the domain is used to distinguish it from other domains. The domain name is usually at the end of the namespace qualifier. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Arriba

Métodos

  Nombre Descripción
Método público GetConnection() () () () Gets the server connection to the backing storage. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de ISfcHasConnection.)
Método público GetConnection(SfcObjectQueryMode) Gets the server connection to the backing storage that supports the specified query processing mode. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de ISfcHasConnection.)
Método público GetLogicalVersion Gets the logical version. The logical version indicates the changes in the object model of the domain. The logical version is independent of the assembly file version or version. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público SetConnection Sets the active connection for the domain root. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de ISfcHasConnection.)

Arriba