Interfaccia ISfcDomainLite
A light weight interface that exposes the basic properties of a SFC domain. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Interface ISfcDomainLite _
Inherits ISfcHasConnection
'Utilizzo
Dim instance As ISfcDomainLite
public interface ISfcDomainLite : ISfcHasConnection
public interface class ISfcDomainLite : ISfcHasConnection
type ISfcDomainLite =
interface
interface ISfcHasConnection
end
public interface ISfcDomainLite extends ISfcHasConnection
Nel tipo ISfcDomainLite sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
ConnectionContext | Gets the connection context mode for the connection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da 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. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di 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. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
GetConnection() () () () | Gets the server connection to the backing storage. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da ISfcHasConnection. | |
GetConnection(SfcObjectQueryMode) | Gets the server connection to the backing storage that supports the specified query processing mode. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da 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. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
SetConnection | Sets the active connection for the domain root. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da ISfcHasConnection. |
In alto