Класс PackageInfo
Represents a class for package information.
Иерархия наследования
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.PackageInfo
Пространство имен: Microsoft.SqlServer.Management.IntegrationServices
Сборка: Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)
Синтаксис
'Декларация
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")> _
Public NotInheritable Class PackageInfo _
Inherits SfcInstance _
Implements ISfcAlterable, IAlterable, ISfcDiscoverObject
'Применение
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
Тип PackageInfo обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
AbstractIdentityKey | (Производный от 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 | (Производный от 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 | (Производный от SfcInstance.) | |
State | (Производный от SfcInstance.) | |
Urn | (Производный от SfcInstance.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Alter | Alters the package in the back-end server. | |
CreateIdentityKey | (Производный от SfcInstance.) | |
Discover | (Производный от SfcInstance.) | |
Equals | (Производный от Object.) | |
Execute(Boolean, EnvironmentReference) | Executes a package with the specified reference. | |
Execute(Boolean, EnvironmentReference, Collection<PackageInfo.ExecutionValueParameterSet>) | Executes a package with the specified reference and value parameters. | |
Execute(Boolean, EnvironmentReference, Collection<PackageInfo.ExecutionValueParameterSet>, Collection<PackageInfo.PropertyOverrideParameterSet>) | Executes a package with the specified reference, value parameters and property override parameters. | |
GetChildCollection | (Производный от SfcInstance.) | |
GetDomain | (Производный от SfcInstance.) | |
GetHashCode | (Производный от Object.) | |
GetObjectFactory | Retrieves the factory to create a new instance. | |
GetPropertySet | (Производный от SfcInstance.) | |
GetType | (Производный от Object.) | |
GetTypeMetadataImpl | (Производный от SfcInstance.) | |
InitializeUIPropertyState | (Производный от SfcInstance.) | |
OnPropertyMetadataChanges | (Производный от SfcInstance.) | |
OnPropertyValueChanges | (Производный от SfcInstance.) | |
Refresh | (Производный от SfcInstance.) | |
ResetKey | (Производный от SfcInstance.) | |
ScriptAlter | Indicates a script to alter the project. | |
ScriptExecute(Boolean, EnvironmentReference) | Executes the package script using the specified reference. | |
ScriptExecute(Boolean, EnvironmentReference, Collection<PackageInfo.ExecutionValueParameterSet>) | Executes the package script using the specified reference and value parameters. | |
ScriptExecute(Boolean, EnvironmentReference, Collection<PackageInfo.ExecutionValueParameterSet>, Collection<PackageInfo.PropertyOverrideParameterSet>) | Executes the package script using the specified reference, value parameters, and property override parameters. | |
ScriptValidate | Validates a specified package script. | |
Serialize | (Производный от SfcInstance.) | |
ToString | (Производный от SfcInstance.) | |
Validate | Validates a specified package. |
В начало
События
Имя | Описание | |
---|---|---|
PropertyChanged | (Производный от SfcInstance.) | |
PropertyMetadataChanged | (Производный от SfcInstance.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
ISfcDiscoverObject.Discover | Specifies whether to discover children. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices