Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the proxy of the SfcInstance object.
Inheritance Hierarchy
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 (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public MustInherit Class SfcProxyInstance(Of K As SfcKey, T As {New, SfcInstance}, TRef As SfcInstance) _
Inherits SfcInstance(Of K, T)
'Usage
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 does not support generic types and methods.
Type Parameters
- K
The type of the key for the instance.
- T
The type of the instance.
- TRef
The type of the reference for the instance.
The SfcProxyInstance<K, T, TRef> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
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. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AbstractIdentityKey | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) |
![]() |
IdentityKey | Gets the identity key. (Inherited from SfcInstance<K, T>.) |
![]() |
Metadata | Returns metadata about the instance and its ___domain. (Inherited from SfcInstance.) |
![]() |
Parent | Gets or sets the instance parent via the keychain. (Inherited from SfcInstance.) |
![]() |
Properties | Returns a collection instance properties. (Inherited from SfcInstance.) |
![]() |
PropertyStorageProvider | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) |
![]() |
Reference | Gets the instance that this proxy refers to. |
![]() |
State | Returns the state of the SfcInstance object. (Inherited from SfcInstance.) |
![]() |
Urn | Returns the uniform resource name of the SfcInstance object. (Inherited from SfcInstance.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AlterImpl | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) |
![]() |
CheckObjectCreated | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) |
![]() |
CheckObjectState | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) |
![]() |
CreateIdentityKey | Creates a key for its own identity. (Inherited from SfcInstance<K, T>.) |
![]() |
CreateImpl | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) |
![]() |
CreateKey | Creates a key for the instance class from its properties. (Inherited from SfcInstance<K, T>.) |
![]() |
Discover | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) |
![]() |
DropImpl | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetChildCollection | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) |
![]() |
GetDomain | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetPropertySet | Returns the set of properties for the SfcInstance object. (Inherited from SfcInstance.) |
![]() |
GetReferenceImpl | Gets the referenced object based on the proxy. |
![]() |
GetType | (Inherited from Object.) |
![]() |
GetTypeMetadataImpl | Gets the type metadata for this object. (Inherited from SfcInstance<K, T>.) |
![]() |
InitializeUIPropertyState | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) |
![]() |
MarkForDropImpl | Returns a value that indicates the existing objects to be dropped. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) |
![]() |
MarkRootAsConnected | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
MoveImpl | Indicates the new parent object to move in an instance. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) |
![]() |
OnPropertyMetadataChanges | Invoked whenever the effective value of any SfcInstance metadata is updated. (Inherited from SfcInstance.) |
![]() |
OnPropertyValueChanges | Invoked whenever the effective value of any SfcInstance property is updated. (Inherited from SfcInstance.) |
![]() |
PostAlter | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) |
![]() |
PostCreate | Indicates the default implementor that creates the execution result. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) |
![]() |
PostDrop | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) |
![]() |
PostMove | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) |
![]() |
PostRename | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) |
![]() |
Refresh | Refreshes the object's properties by reading them from the server. (Inherited from SfcInstance.) |
![]() |
RenameImpl | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) |
![]() |
ResetKey | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) |
![]() |
Serialize | Serializes the instance to XML. (Inherited from SfcInstance.) |
![]() |
ToString | Returns a string representation of the instance Urn. (Inherited from SfcInstance.) |
![]() |
UpdateUIPropertyState | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) |
![]() |
Validate | Indicates the basic child object's validation. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) |
Top
Events
Name | Description | |
---|---|---|
![]() |
propertyChanged | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) |
![]() |
PropertyChanged | CLS-compliant event for property changes. (Inherited from SfcInstance.) |
![]() |
propertyMetadataChanged | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) |
![]() |
PropertyMetadataChanged | CLS-compliant event for property metadata changes. (Inherited from SfcInstance.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.