Catalog.Name 属性

Gets or sets the name of the catalog.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
<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
用法
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)

属性值

类型:System.String
The name of the catalog.

请参阅

参考

Catalog 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间