DatabaseSegmentCollection.Item Property (String)

 

Gets the database segment in the collection identified by the segment name.

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

Syntax

public DatabaseSegment this[
    string name
] { get; }
public:
property DatabaseSegment^ default[
    String^ name
] {
    DatabaseSegment^ get(String^ name);
}
member Item : 
        name:string -> DatabaseSegment with get
Public ReadOnly Property Item (
    name As String
) As DatabaseSegment

Parameters

Property Value

Type: Microsoft.SqlServer.Management.Smo.DatabaseSegment

The database segment identified by the segment name.

See Also

Item Overload
DatabaseSegmentCollection Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top