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


Интерфейс ISfcDomain2

Extends the ISfcDomain interface to accommodate domain-specific functionality.

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

Синтаксис

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

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

Свойства

  Имя Описание
Открытое свойство 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. (Производный от ISfcDomain.)
Открытый метод GetKey Gets an SfcKey object for the specified Uniform Resource Name (URN) fragment and this domain. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от ISfcDomain.)
Открытый метод 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. (Производный от ISfcDomain.)
Открытый метод GetTypeMetadata Gets the metadata for the specified type. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от ISfcDomain.)
Открытый метод GetUrnSkeletonsFromType Gets the list of possible Uniform Resource Name (URN) skeletons (for example, Server/Database, Server/Database/ApplicationRole, and so on) that lead to the specified type.
Открытый метод 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. (Производный от ISfcDomain.)

В начало

См. также

Справочник

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