Share via


Interface ISfcDomainLite

A light weight interface that exposes the basic properties of a SFC domain. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Interface ISfcDomainLite _
    Inherits ISfcHasConnection
'Utilisation
Dim instance As ISfcDomainLite
public interface ISfcDomainLite : ISfcHasConnection
public interface class ISfcDomainLite : ISfcHasConnection
type ISfcDomainLite =  
    interface
        interface ISfcHasConnection
    end
public interface ISfcDomainLite extends ISfcHasConnection

Le type ISfcDomainLite expose les membres suivants.

Propriétés

  Nom Description
Propriété publique ConnectionContext Gets the connection context mode for the connection. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de ISfcHasConnection.)
Propriété publique 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. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Propriété publique 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. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Haut de la page

Méthodes

  Nom Description
Méthode publique GetConnection() () () () Gets the server connection to the backing storage. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de ISfcHasConnection.)
Méthode publique GetConnection(SfcObjectQueryMode) Gets the server connection to the backing storage that supports the specified query processing mode. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de ISfcHasConnection.)
Méthode publique 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. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique SetConnection Sets the active connection for the domain root. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de ISfcHasConnection.)

Haut de la page