ProjectInfo 类
Represents a class for a project.
继承层次结构
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo
命名空间: 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 ProjectInfo _
Inherits SfcInstance _
Implements ISfcAlterable, IAlterable, ISfcDiscoverObject, ISfcDroppable, _
IDroppable, ISfcMovable
用法
Dim instance As ProjectInfo
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")]
public sealed class ProjectInfo : SfcInstance,
ISfcAlterable, IAlterable, ISfcDiscoverObject, ISfcDroppable, IDroppable,
ISfcMovable
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")]
public ref class ProjectInfo sealed : public SfcInstance,
ISfcAlterable, IAlterable, ISfcDiscoverObject, ISfcDroppable, IDroppable,
ISfcMovable
[<SealedAttribute>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")>]
type ProjectInfo =
class
inherit SfcInstance
interface ISfcAlterable
interface IAlterable
interface ISfcDiscoverObject
interface ISfcDroppable
interface IDroppable
interface ISfcMovable
end
public final class ProjectInfo extends SfcInstance implements ISfcAlterable, IAlterable, ISfcDiscoverObject, ISfcDroppable, IDroppable, ISfcMovable
ProjectInfo 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
AbstractIdentityKey | (从 SfcInstance 继承。) | |
Description | Gets or sets the description of the project. | |
IdentityKey | Gets the identity key. | |
LastDeployedTime | Gets the deployment date of the project. | |
Metadata | (从 SfcInstance 继承。) | |
Name | Gets or sets the name of the project. | |
ObjectVersionLsn | Gets the version of the project. | |
Packages | Gets the packages in the project. | |
Parameters | Gets the parameters of the project. | |
Parent | Gets or sets the parent. | |
ProjectId | Gets the database ID of the project. | |
Properties | (从 SfcInstance 继承。) | |
References | Gets the environment references. | |
State | (从 SfcInstance 继承。) | |
Urn | (从 SfcInstance 继承。) | |
Versions | Gets the versions of the project. |
页首
方法
名称 | 说明 | |
---|---|---|
Alter | Alters the ProjectInfo in the back-end server. | |
CreateIdentityKey | (从 SfcInstance 继承。) | |
Deny | Denies permission to a specified user. | |
Discover | (从 SfcInstance 继承。) | |
Drop | Indicates a drop in the back-end server. | |
Equals | (从 Object 继承。) | |
GetChildCollection | (从 SfcInstance 继承。) | |
GetDomain | (从 SfcInstance 继承。) | |
GetEffectivePermissions | Retrieves the effective permission for this object. | |
GetExplicitPermissions() | Retrieves the explicit permission for this object. | |
GetExplicitPermissions(String) | Retrieves the explicit permission of this object for a specified user. | |
GetHashCode | (从 Object 继承。) | |
GetObjectFactory | Retrieves the Factory to create a new instance. | |
GetProjectBytes | Retrieves the Integration Services project data, which is stored as a byte array, for this project. | |
GetPropertySet | (从 SfcInstance 继承。) | |
GetType | (从 Object 继承。) | |
GetTypeMetadataImpl | (从 SfcInstance 继承。) | |
Grant | Grants permission to a specified user. | |
InitializeUIPropertyState | (从 SfcInstance 继承。) | |
Move | Moves the object to be a child of another folder. | |
OnPropertyMetadataChanges | (从 SfcInstance 继承。) | |
OnPropertyValueChanges | (从 SfcInstance 继承。) | |
Refresh | (从 SfcInstance 继承。) | |
ResetKey | (从 SfcInstance 继承。) | |
Revoke | Revokes the permission to the specified user. | |
ScriptAlter | Retrieves the script to alter the project. | |
ScriptDeny | Retrieves the script to deny the permission to a project. | |
ScriptDrop | Retrieves the script to drop the project. | |
ScriptGrant | Retrieves the script to grant the permission to a project. | |
ScriptRevoke | Retrieves the script to revoke the permission to a project. | |
ScriptValidate | Validates the script. | |
Serialize | (从 SfcInstance 继承。) | |
ToString | (从 SfcInstance 继承。) | |
Validate | Validates the project. |
页首
事件
名称 | 说明 | |
---|---|---|
PropertyChanged | (从 SfcInstance 继承。) | |
PropertyMetadataChanged | (从 SfcInstance 继承。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
ISfcDiscoverObject.Discover | Specifies whether to discover the children. | |
ISfcMovable.Move | Moves this object under the specified parent object and updates the storage to reflect the move. | |
ISfcMovable.ScriptMove | Produces the script to move this object under the specified parent object. |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。