ResourcePool.Name Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the name of the object.

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

Syntax

[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.ReadOnlyAfterCreation | SfcPropertyFlags.Standalone)]
[SfcKeyAttribute(0)]
public override string Name { get; set; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::None | SfcPropertyFlags::ReadOnlyAfterCreation | SfcPropertyFlags::Standalone)]
[SfcKeyAttribute(0)]
property String^ Name {
    virtual String^ get() override;
    virtual void set(String^ value) override;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.ReadOnlyAfterCreation | SfcPropertyFlags.Standalone)>]
[<SfcKeyAttribute(0)>]
override Name : string with get, set
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)>
<SfcKeyAttribute(0)>
Public Overrides Property Name As String

Property Value

Type: System.String

The name of the object.

See Also

ResourcePool Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top