DatabaseSegment.BrickID Property
Gets the brick ID that the segment currently resides on.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
[SfcKeyAttribute(1)]
[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix)]
public int BrickID { get; }
public:
[SfcKeyAttribute(1)]
[SfcPropertyAttribute(SfcPropertyFlags::None | SfcPropertyFlags::Standalone | SfcPropertyFlags::Matrix)]
property int BrickID {
int get();
}
[<SfcKeyAttribute(1)>]
[<SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix)>]
member BrickID : int with get
<SfcKeyAttribute(1)>
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Matrix)>
Public ReadOnly Property BrickID As Integer
Property Value
Type: System.Int32
The brick ID that the segment currently resides on.
See Also
DatabaseSegment Class
Microsoft.SqlServer.Management.Smo Namespace
Return to top