DatabaseSegment Properties

 

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

Properties

Name Description
System_CAPS_pubproperty BrickID

Gets the brick ID that the segment currently resides on.

System_CAPS_pubproperty ContainsLogicalMetadata

Gets a value that indicates whether the segment contains logical metadata.

System_CAPS_pubproperty ID

Gets the database segment ID value.

System_CAPS_pubproperty InstanceName

Gets the name of the instance where the database segment is lying on.

System_CAPS_pubproperty MachineName

Gets the name of the machine where the database segment is lying.

System_CAPS_pubproperty Name

Gets the name of the segment.

System_CAPS_pubproperty Parent

Gets the parent database of the segment.

System_CAPS_pubproperty Properties

Gets a collection of Property objects that represent the object properties.(Inherited from SqlSmoObject.)

System_CAPS_pubproperty Size

Gets the size of the database segment in MB.

System_CAPS_pubproperty State

Gets the state of the referenced object.(Inherited from SmoObjectBase.)

System_CAPS_pubproperty Status

Gets the status of the database segment.

System_CAPS_pubproperty Urn

Gets the Uniform Resource Name (URN) address value that uniquely identifies the object.(Inherited from SqlSmoObject.)

System_CAPS_pubproperty UserData

Gets or sets user-defined data associated with the referenced object.(Inherited from SmoObjectBase.)

See Also

DatabaseSegment Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top