SecurableType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the securable type for the Integration Services (SSIS).
public enum class SecurableType
public enum SecurableType
type SecurableType =
Public Enum SecurableType
- Inheritance
-
SecurableType
Fields
Name | Value | Description |
---|---|---|
Folder | 1 | The Folder securable type. |
Project | 2 | The Project securable type. |
Environment | 3 | The Environment securable type. |
Operation | 4 | The operation securable type. |
Catalog | 5 | The Catalog securable type. |