DatabaseSegment.ContainsLogicalMetadata Property
Gets a value that indicates whether the segment contains logical metadata.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix)]
public bool ContainsLogicalMetadata { get; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::None | SfcPropertyFlags::Standalone | SfcPropertyFlags::Matrix)]
property bool ContainsLogicalMetadata {
bool get();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix)>]
member ContainsLogicalMetadata : bool with get
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Matrix)>
Public ReadOnly Property ContainsLogicalMetadata As Boolean
Property Value
Type: System.Boolean
true if the segment contains logical metadata; otherwise, false.
See Also
DatabaseSegment Class
Microsoft.SqlServer.Management.Smo Namespace
Return to top