Classe SfcProxyInstance<K, T, TRef>
Represents the proxy of the SfcInstance object.
Gerarchia di ereditarietà
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>
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public MustInherit Class SfcProxyInstance(Of K As SfcKey, T As {New, SfcInstance}, TRef As SfcInstance) _
Inherits SfcInstance(Of K, T)
'Utilizzo
Dim instance As SfcProxyInstance(Of K, T, TRef)
public abstract class SfcProxyInstance<K, T, TRef> : SfcInstance<K, T>
where K : SfcKey
where T : new(), SfcInstance
where TRef : SfcInstance
generic<typename K, typename T, typename TRef>
where K : SfcKey
where T : gcnew(), SfcInstance
where TRef : SfcInstance
public ref class SfcProxyInstance abstract : public SfcInstance<K, T>
[<AbstractClassAttribute>]
type SfcProxyInstance<'K, 'T, 'TRef when 'K : SfcKey when 'T : new() and SfcInstance when 'TRef : SfcInstance> =
class
inherit SfcInstance<'K, 'T>
end
JScript non supporta i metodi e i tipi generici.
Parametri di tipo
- K
The type of the key for the instance.
- T
The type of the instance.
- TRef
The type of the reference for the instance.
Nel tipo SfcProxyInstance<K, T, TRef> sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
SfcProxyInstance<K, T, TRef>() | Initializes a new instance of the SfcProxyInstance<K, T, TRef> class. | |
SfcProxyInstance<K, T, TRef>(TRef) | Initializes a new instance of the SfcProxyInstance<K, T, TRef> class using the specified reference. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
AbstractIdentityKey | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
IdentityKey | Gets the identity key. Ereditato da SfcInstance<K, T>. | |
Metadata | Returns metadata about the instance and its domain. Ereditato da SfcInstance. | |
Parent | Gets or sets the instance parent via the keychain. Ereditato da SfcInstance. | |
Properties | Returns a collection instance properties. Ereditato da SfcInstance. | |
PropertyStorageProvider | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
Reference | Gets the instance that this proxy refers to. | |
State | Returns the state of the SfcInstance object. Ereditato da SfcInstance. | |
Urn | Returns the uniform resource name of the SfcInstance object. Ereditato da SfcInstance. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
AlterImpl | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
CheckObjectCreated | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
CheckObjectState | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
CreateIdentityKey | Creates a key for its own identity. Ereditato da SfcInstance<K, T>. | |
CreateImpl | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
CreateKey | Creates a key for the instance class from its properties. Ereditato da SfcInstance<K, T>. | |
Discover | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
DropImpl | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetChildCollection | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
GetDomain | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
GetHashCode | Ereditato da Object. | |
GetPropertySet | Returns the set of properties for the SfcInstance object. Ereditato da SfcInstance. | |
GetReferenceImpl | Gets the referenced object based on the proxy. | |
GetType | Ereditato da Object. | |
GetTypeMetadataImpl | Gets the type metadata for this object. Ereditato da SfcInstance<K, T>. | |
InitializeUIPropertyState | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
MarkForDropImpl | Returns a value that indicates the existing objects to be dropped. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
MarkRootAsConnected | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
MemberwiseClone | Ereditato da Object. | |
MoveImpl | Indicates the new parent object to move in an instance. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
OnPropertyMetadataChanges | Invoked whenever the effective value of any SfcInstance metadata is updated. Ereditato da SfcInstance. | |
OnPropertyValueChanges | Invoked whenever the effective value of any SfcInstance property is updated. Ereditato da SfcInstance. | |
PostAlter | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
PostCreate | Indicates the default implementor that creates the execution result. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
PostDrop | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
PostMove | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
PostRename | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
Refresh | Refreshes the object's properties by reading them from the server. Ereditato da SfcInstance. | |
RenameImpl | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
ResetKey | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
Serialize | Serializes the instance to XML. Ereditato da SfcInstance. | |
ToString | Returns a string representation of the instance Urn. Ereditato da SfcInstance. | |
UpdateUIPropertyState | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
Validate | Indicates the basic child object's validation. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
propertyChanged | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
PropertyChanged | CLS-compliant event for property changes. Ereditato da SfcInstance. | |
propertyMetadataChanged | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
PropertyMetadataChanged | CLS-compliant event for property metadata changes. Ereditato da SfcInstance. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.