Classe SfcInstance<K, T>
The base class for all SQL Server Foundation Class (SFC) object types in a domain.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance<K, T>
Microsoft.SqlServer.Management.Sdk.Sfc.SfcProxyInstance<K, T, TRef>
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public MustInherit Class SfcInstance(Of K As SfcKey, T As {New, SfcInstance}) _
Inherits SfcInstance
'Uso
Dim instance As SfcInstance(Of K, T)
public abstract class SfcInstance<K, T> : SfcInstance
where K : SfcKey
where T : new(), SfcInstance
generic<typename K, typename T>
where K : SfcKey
where T : gcnew(), SfcInstance
public ref class SfcInstance abstract : public SfcInstance
[<AbstractClassAttribute>]
type SfcInstance<'K, 'T when 'K : SfcKey when 'T : new() and SfcInstance> =
class
inherit SfcInstance
end
JScript não dá suporte a tipos e métodos genéricos.
Parâmetros de tipo
- K
The type of the key for the instance class.
- T
The type of instance class.
O tipo SfcInstance<K, T> expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
SfcInstance<K, T> | Initializes a new instance of the SfcInstance<K, T> class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AbstractIdentityKey | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
IdentityKey | Gets the identity key. | |
Metadata | Returns metadata about the instance and its domain. (Herdado de SfcInstance.) | |
Parent | Gets or sets the instance parent via the keychain. (Herdado de SfcInstance.) | |
Properties | Returns a collection instance properties. (Herdado de SfcInstance.) | |
PropertyStorageProvider | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
State | Returns the state of the SfcInstance object. (Herdado de SfcInstance.) | |
Urn | Returns the uniform resource name of the SfcInstance object. (Herdado de SfcInstance.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
AlterImpl | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
CheckObjectCreated | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
CheckObjectState | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
CreateIdentityKey | Creates a key for its own identity. (Substitui SfcInstance.CreateIdentityKey().) | |
CreateImpl | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
CreateKey | Creates a key for the instance class from its properties. | |
Discover | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
DropImpl | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetChildCollection | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
GetDomain | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectFactory | Gets the object factory to create and populate a new instance of the SfcInstance<K, T> class. | |
GetPropertySet | Returns the set of properties for the SfcInstance object. (Herdado de SfcInstance.) | |
GetType | (Herdado de Object.) | |
GetTypeMetadata | Gets the type metadata for this object. | |
GetTypeMetadataImpl | Gets the type metadata for this object. (Substitui SfcInstance.GetTypeMetadataImpl().) | |
InitializeUIPropertyState | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
MarkForDropImpl | Returns a value that indicates the existing objects to be dropped. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
MarkRootAsConnected | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
MemberwiseClone | (Herdado de Object.) | |
MoveImpl | Indicates the new parent object to move in an instance. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
OnPropertyMetadataChanges | Invoked whenever the effective value of any SfcInstance metadata is updated. (Herdado de SfcInstance.) | |
OnPropertyValueChanges | Invoked whenever the effective value of any SfcInstance property is updated. (Herdado de SfcInstance.) | |
PostAlter | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
PostCreate | Indicates the default implementor that creates the execution result. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
PostDrop | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
PostMove | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
PostRename | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
Refresh | Refreshes the object's properties by reading them from the server. (Herdado de SfcInstance.) | |
RenameImpl | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
ResetKey | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
Serialize | Serializes the instance to XML. (Herdado de SfcInstance.) | |
ToString | Returns a string representation of the instance Urn. (Herdado de SfcInstance.) | |
UpdateUIPropertyState | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
Validate | Indicates the basic child object's validation. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
propertyChanged | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
PropertyChanged | CLS-compliant event for property changes. (Herdado de SfcInstance.) | |
propertyMetadataChanged | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
PropertyMetadataChanged | CLS-compliant event for property metadata changes. (Herdado de SfcInstance.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.