Clase PackageInfo
Represents a class for package information.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.PackageInfo
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")> _
Public NotInheritable Class PackageInfo _
Inherits SfcInstance _
Implements ISfcAlterable, IAlterable, ISfcDiscoverObject
'Uso
Dim instance As PackageInfo
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")]
public sealed class PackageInfo : SfcInstance,
ISfcAlterable, IAlterable, ISfcDiscoverObject
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")]
public ref class PackageInfo sealed : public SfcInstance,
ISfcAlterable, IAlterable, ISfcDiscoverObject
[<SealedAttribute>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")>]
type PackageInfo =
class
inherit SfcInstance
interface ISfcAlterable
interface IAlterable
interface ISfcDiscoverObject
end
public final class PackageInfo extends SfcInstance implements ISfcAlterable, IAlterable, ISfcDiscoverObject
El tipo PackageInfo expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
AbstractIdentityKey | (Se hereda de SfcInstance.) | |
Description | Gets or sets the description of the package. | |
EntryPoint | Gets whether the package info is an entry point. | |
IdentityKey | Gets the identity key of the package. | |
Metadata | (Se hereda de SfcInstance.) | |
Name | Gets or sets the name of the package. | |
PackageId | Gets the package identifier. | |
Parameters | Gets the parameters of the package. | |
Parent | Gets or sets the parent of the package. | |
Properties | (Se hereda de SfcInstance.) | |
State | (Se hereda de SfcInstance.) | |
Urn | (Se hereda de SfcInstance.) |
Arriba
Métodos
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
PropertyChanged | (Se hereda de SfcInstance.) | |
PropertyMetadataChanged | (Se hereda de SfcInstance.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
ISfcDiscoverObject.Discover | Specifies whether to discover children. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices