CatalogFolder 类
Represents the folder for the catalogs.
继承层次结构
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder
命名空间: 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 CatalogFolder _
Inherits SfcInstance _
Implements ISfcCreatable, ICreatable, ISfcAlterable, IAlterable, _
IRenamable, ISfcRenamable, ISfcDiscoverObject, ISfcDroppable, IDroppable
用法
Dim instance As CatalogFolder
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")]
public sealed class CatalogFolder : SfcInstance,
ISfcCreatable, ICreatable, ISfcAlterable, IAlterable, IRenamable,
ISfcRenamable, ISfcDiscoverObject, ISfcDroppable, IDroppable
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")]
public ref class CatalogFolder sealed : public SfcInstance,
ISfcCreatable, ICreatable, ISfcAlterable, IAlterable, IRenamable,
ISfcRenamable, ISfcDiscoverObject, ISfcDroppable, IDroppable
[<SealedAttribute>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")>]
type CatalogFolder =
class
inherit SfcInstance
interface ISfcCreatable
interface ICreatable
interface ISfcAlterable
interface IAlterable
interface IRenamable
interface ISfcRenamable
interface ISfcDiscoverObject
interface ISfcDroppable
interface IDroppable
end
public final class CatalogFolder extends SfcInstance implements ISfcCreatable, ICreatable, ISfcAlterable, IAlterable, IRenamable, ISfcRenamable, ISfcDiscoverObject, ISfcDroppable, IDroppable
CatalogFolder 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
CatalogFolder | Initializes a new instance of the CatalogFolder class with the specified parent, name and description. |
页首
属性
名称 | 说明 | |
---|---|---|
AbstractIdentityKey | (从 SfcInstance 继承。) | |
Description | Gets or sets the description of the CatalogFolder object. | |
Environments | Gets the environments in the folder. | |
FolderId | Gets the identifier of the folder. | |
IdentityKey | Gets the identity key. | |
Metadata | (从 SfcInstance 继承。) | |
Name | Gets or sets the name of the folder. | |
Parent | Gets or sets the parent. | |
Projects | Gets the projects in the folder. | |
Properties | (从 SfcInstance 继承。) | |
State | (从 SfcInstance 继承。) | |
Urn | (从 SfcInstance 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
Alter | Alters the folder in the back-end server. | |
Create | Creates the folder in the back-end server. | |
CreateIdentityKey | (从 SfcInstance 继承。) | |
Deny | Denies the permission to a specified user. | |
DeployProject | Deploys the project with the specified project name and project stream. | |
Discover | (从 SfcInstance 继承。) | |
Drop | Indicates the drop in the back-end server. | |
Equals | (从 Object 继承。) | |
GetChildCollection | (从 SfcInstance 继承。) | |
GetDomain | (从 SfcInstance 继承。) | |
GetEffectivePermissions | Gets the effective permissions for the CatalogFolder object. | |
GetExplicitPermissions() | Gets the explicit permissions of the CatalogFolder object. | |
GetExplicitPermissions(String) | Gets the explicit permissions of the CatalogFolder object for a specified user. | |
GetHashCode | (从 Object 继承。) | |
GetObjectFactory | Gets the factory to create a new instance. | |
GetPropertySet | (从 SfcInstance 继承。) | |
GetType | (从 Object 继承。) | |
GetTypeMetadataImpl | (从 SfcInstance 继承。) | |
Grant | Grants permission to a specified user. | |
InitializeUIPropertyState | (从 SfcInstance 继承。) | |
OnPropertyMetadataChanges | (从 SfcInstance 继承。) | |
OnPropertyValueChanges | (从 SfcInstance 继承。) | |
Refresh | (从 SfcInstance 继承。) | |
Rename | Renames a folder. | |
ResetKey | (从 SfcInstance 继承。) | |
Revoke | Revokes permission to a specified user. | |
ScriptAlter | Indicates the script to alter a folder. | |
ScriptCreate | Indicates the script to create a folder. | |
ScriptDeny | Indicates the script to deny the permission to a folder. | |
ScriptDrop | Indicates the script to drop a folder. | |
ScriptGrant | Indicates the script to grant the permission to a folder. | |
ScriptRevoke | Indicates the script to revoke the permission to a folder. | |
Serialize | (从 SfcInstance 继承。) | |
ToString | (从 SfcInstance 继承。) |
页首
事件
名称 | 说明 | |
---|---|---|
PropertyChanged | (从 SfcInstance 继承。) | |
PropertyMetadataChanged | (从 SfcInstance 继承。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
ISfcDiscoverObject.Discover | Specifies whether to discover children and if their IsCrudActionHandledByParent is false (default), accumulate their CRUD scripts to my action script. | |
ISfcRenamable.Rename | Renames a folder. | |
ISfcRenamable.ScriptRename | Renames the script of a folder. |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。