Catalog.Name Property

Gets or sets the name of the catalog.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

'Declaration
<PropertyOrderAttribute()> _
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Required Or SfcPropertyFlags.ReadOnlyAfterCreation)> _
<SfcKeyAttribute()> _
<DisplayCategoryKeyAttribute("General")> _
<DisplayNameKeyAttribute("Name")> _
<DisplayDescriptionKeyAttribute("Catalog_NameDesc")> _
Public Property Name As String 
    Get 
    Private Set
'Usage
Dim instance As Catalog 
Dim value As String 

value = instance.Name
[PropertyOrderAttribute()]
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Required|SfcPropertyFlags.ReadOnlyAfterCreation)]
[SfcKeyAttribute()]
[DisplayCategoryKeyAttribute("General")]
[DisplayNameKeyAttribute("Name")]
[DisplayDescriptionKeyAttribute("Catalog_NameDesc")]
public string Name { get; private set; }
[PropertyOrderAttribute()]
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Required|SfcPropertyFlags::ReadOnlyAfterCreation)]
[SfcKeyAttribute()]
[DisplayCategoryKeyAttribute(L"General")]
[DisplayNameKeyAttribute(L"Name")]
[DisplayDescriptionKeyAttribute(L"Catalog_NameDesc")]
public:
property String^ Name {
    String^ get ();
    private: void set (String^ value);
}
[<PropertyOrderAttribute()>]
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Required|SfcPropertyFlags.ReadOnlyAfterCreation)>]
[<SfcKeyAttribute()>]
[<DisplayCategoryKeyAttribute("General")>]
[<DisplayNameKeyAttribute("Name")>]
[<DisplayDescriptionKeyAttribute("Catalog_NameDesc")>]
member Name : string with get, private set
function get Name () : String 
private function set Name (value : String)

Property Value

Type: System.String
The name of the catalog.

See Also

Reference

Catalog Class

Microsoft.SqlServer.Management.IntegrationServices Namespace