DatabaseSegment.ID Property

 

Gets the database segment ID value.

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

Syntax

[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix)]
[SfcKeyAttribute(0)]
public int ID { get; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::None | SfcPropertyFlags::Standalone | SfcPropertyFlags::Matrix)]
[SfcKeyAttribute(0)]
property int ID {
    int get();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix)>]
[<SfcKeyAttribute(0)>]
member ID : int with get
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Matrix)>
<SfcKeyAttribute(0)>
Public ReadOnly Property ID As Integer

Property Value

Type: System.Int32

The database segment ID value.

See Also

DatabaseSegment Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top