SqlDwConnectionStringBuilder.Database Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public:
property System::String ^ Database { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Category("Source")]
[System.ComponentModel.Description("Database")]
[System.ComponentModel.DisplayName("Database")]
[System.ComponentModel.RefreshProperties(System.ComponentModel.RefreshProperties.All)]
[System.ComponentModel.TypeConverter(typeof(Microsoft.ReportingServices.QueryDesigners.MadisonClientUI.SqlDwConnectionStringBuilder/SqlDwInitialCatalogConverter))]
public string Database { get; set; }
[<System.ComponentModel.Category("Source")>]
[<System.ComponentModel.Description("Database")>]
[<System.ComponentModel.DisplayName("Database")>]
[<System.ComponentModel.RefreshProperties(System.ComponentModel.RefreshProperties.All)>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ReportingServices.QueryDesigners.MadisonClientUI.SqlDwConnectionStringBuilder/SqlDwInitialCatalogConverter))>]
member this.Database : string with get, set
Public Property Database As String
Valor de propiedad
- Atributos