Интерфейс ISfcDomainLite
A light weight interface that exposes the basic properties of a SFC domain. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Interface ISfcDomainLite _
Inherits ISfcHasConnection
'Применение
Dim instance As ISfcDomainLite
public interface ISfcDomainLite : ISfcHasConnection
public interface class ISfcDomainLite : ISfcHasConnection
type ISfcDomainLite =
interface
interface ISfcHasConnection
end
public interface ISfcDomainLite extends ISfcHasConnection
Тип ISfcDomainLite обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
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. | |
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. |
В начало
Методы
Имя | Описание | |
---|---|---|
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.) | |
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. | |
SetConnection | Sets the active connection for the domain root. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от ISfcHasConnection.) |
В начало