Freigeben über


ISfcDomainLite-Schnittstelle

A light weight interface that exposes the basic properties of a SFC domain. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Interface ISfcDomainLite _
    Inherits ISfcHasConnection
'Usage
Dim instance As ISfcDomainLite
public interface ISfcDomainLite : ISfcHasConnection
public interface class ISfcDomainLite : ISfcHasConnection
type ISfcDomainLite =  
    interface
        interface ISfcHasConnection
    end
public interface ISfcDomainLite extends ISfcHasConnection

Der ISfcDomainLite-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ConnectionContext Gets the connection context mode for the connection. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von ISfcHasConnection.)
Öffentliche Eigenschaft 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. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Öffentliche Eigenschaft 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. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode GetConnection() () () () Gets the server connection to the backing storage. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von ISfcHasConnection.)
Öffentliche Methode GetConnection(SfcObjectQueryMode) Gets the server connection to the backing storage that supports the specified query processing mode. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von ISfcHasConnection.)
Öffentliche Methode 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. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Öffentliche Methode SetConnection Sets the active connection for the domain root. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von ISfcHasConnection.)

Zum Anfang