Поделиться через


Интерфейс ISfcDomain

The base interface for a SFC domain. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public Interface ISfcDomain _
    Inherits ISfcDomainLite, ISfcHasConnection
'Применение
Dim instance As ISfcDomain
public interface ISfcDomain : ISfcDomainLite, 
    ISfcHasConnection
public interface class ISfcDomain : ISfcDomainLite, 
    ISfcHasConnection
type ISfcDomain =  
    interface 
        interface ISfcDomainLite 
        interface ISfcHasConnection 
    end
public interface ISfcDomain extends ISfcDomainLite, ISfcHasConnection

Тип ISfcDomain обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство ConnectionContext Gets the connection context mode for the connection. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от ISfcHasConnection.)
Открытое свойство 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. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от ISfcDomainLite.)
Открытое свойство 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. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от ISfcDomainLite.)

В начало

Методы

  Имя Описание
Открытый метод GetConnection() Gets the server connection to the backing storage. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от ISfcHasConnection.)
Открытый метод GetConnection(SfcObjectQueryMode) Gets the server connection to the backing storage that supports the specified query processing mode. (Производный от ISfcHasConnection.)
Открытый метод GetExecutionEngine Gets the execution engine for the domain. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Открытый метод GetKey Gets an SfcKey object for the specified Uniform Resource Name (URN) fragment and this domain. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Открытый метод 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. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от ISfcDomainLite.)
Открытый метод GetType Gets the Type of the SFC object class within the domain for the specified type name. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Открытый метод GetTypeMetadata Gets the metadata for the specified type. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Открытый метод SetConnection Sets the active connection for the domain root. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от ISfcHasConnection.)
Открытый метод UseSfcStateManagement Specifies whether to use state management provided by the SFC. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

В начало

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc