ISfcDomainLite Interface

A light weight interface that exposes the basic properties of a SFC domain. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

The ISfcDomainLite type exposes the following members.

Properties

  Name Description
Public property ConnectionContext Gets the connection context mode for the connection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from ISfcHasConnection.)
Public property 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. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property 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. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Methods

  Name Description
Public method GetConnection() Gets the server connection to the backing storage. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from ISfcHasConnection.)
Public method GetConnection(SfcObjectQueryMode) Gets the server connection to the backing storage that supports the specified query processing mode. (Inherited from ISfcHasConnection.)
Public method 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. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method SetConnection Sets the active connection for the domain root. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from ISfcHasConnection.)

Top

See Also

Reference

Microsoft.SqlServer.Management.Sdk.Sfc Namespace