Freigeben über


ProjectVersion-Klasse

Represents a class for a project version.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
    Microsoft.SqlServer.Management.IntegrationServices.ProjectVersion

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

'Declaration
Public NotInheritable Class ProjectVersion _
    Inherits SfcInstance
'Usage
Dim instance As ProjectVersion
public sealed class ProjectVersion : SfcInstance
public ref class ProjectVersion sealed : public SfcInstance
[<SealedAttribute>]
type ProjectVersion =  
    class 
        inherit SfcInstance 
    end
public final class ProjectVersion extends SfcInstance

Der ProjectVersion-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Geschützte Eigenschaft AbstractIdentityKey (Geerbt von SfcInstance.)
Öffentliche Eigenschaft CreatedBy Gets the user the instance is created by.
Öffentliche Eigenschaft CreatedTime Gets the create time of the project.
Öffentliche Eigenschaft Description Gets or sets the description of the instance.
Öffentliche Eigenschaft IdentityKey Gets the identity key.
Öffentliche Eigenschaft LastRestoredTime Gets the last restored time of the project.
Öffentliche Eigenschaft Metadata (Geerbt von SfcInstance.)
Öffentliche Eigenschaft ObjectId Gets the project ID.
Öffentliche Eigenschaft ObjectName Gets the name of the project.
Öffentliche Eigenschaft Parent Gets or sets the parent.
Öffentliche Eigenschaft Properties (Geerbt von SfcInstance.)
Öffentliche Eigenschaft RestoredBy Gets the user the instance is restored by.
Geschützte Eigenschaft State (Geerbt von SfcInstance.)
Öffentliche Eigenschaft Urn (Geerbt von SfcInstance.)
Öffentliche Eigenschaft VersionLsn Gets the version Lsn.

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode CreateIdentityKey (Geerbt von SfcInstance.)
Öffentliche Methode Discover (Geerbt von SfcInstance.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode GetChildCollection (Geerbt von SfcInstance.)
Öffentliche Methode GetDomain (Geerbt von SfcInstance.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche MethodeStatisches Element GetObjectFactory Retrieves the factory to create a new instance.
Öffentliche Methode GetPropertySet (Geerbt von SfcInstance.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode GetTypeMetadataImpl (Geerbt von SfcInstance.)
Geschützte Methode InitializeUIPropertyState (Geerbt von SfcInstance.)
Geschützte Methode OnPropertyMetadataChanges (Geerbt von SfcInstance.)
Geschützte Methode OnPropertyValueChanges (Geerbt von SfcInstance.)
Öffentliche Methode Refresh (Geerbt von SfcInstance.)
Geschützte Methode ResetKey (Geerbt von SfcInstance.)
Öffentliche Methode Restore Restores the project to this version.
Öffentliche Methode Serialize (Geerbt von SfcInstance.)
Öffentliche Methode ToString (Geerbt von SfcInstance.)

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis PropertyChanged (Geerbt von SfcInstance.)
Öffentliches Ereignis PropertyMetadataChanged (Geerbt von SfcInstance.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Management.IntegrationServices-Namespace