FileSegment Properties

 

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

Properties

Name Description
System_CAPS_pubproperty DatabaseSegmentID

Gets the database segment ID where the file segment belongs to.

System_CAPS_pubproperty FileState

Gets the state of the file.

System_CAPS_pubproperty Parent

Gets the parent of the file segment which is either DataFile or LogFile.

System_CAPS_pubproperty PhysicalName

Gets the physical file name of the file.

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 file.

System_CAPS_pubproperty State

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

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

FileSegment Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top