IntegrationRuntimeSsisCatalogInfo Class
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.
Catalog information for managed dedicated integration runtime.
public class IntegrationRuntimeSsisCatalogInfo
type IntegrationRuntimeSsisCatalogInfo = class
Public Class IntegrationRuntimeSsisCatalogInfo
- Inheritance
-
IntegrationRuntimeSsisCatalogInfo
Constructors
IntegrationRuntimeSsisCatalogInfo() |
Initializes a new instance of the IntegrationRuntimeSsisCatalogInfo class. |
IntegrationRuntimeSsisCatalogInfo(IDictionary<String,Object>, String, String, SecureString, String) |
Initializes a new instance of the IntegrationRuntimeSsisCatalogInfo class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection |
CatalogAdminPassword |
Gets or sets the password of the administrator user account of the catalog database. |
CatalogAdminUserName |
Gets or sets the administrator user name of catalog database. |
CatalogPricingTier |
Gets or sets the pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/. Possible values include: 'Basic', 'Standard', 'Premium', 'PremiumRS' |
CatalogServerEndpoint |
Gets or sets the catalog database server URL. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET