0 out of 1 rated this helpful - Rate this topic

DataFile.IsReadOnlyMedia Property

Gets the Boolean property value that specifies whether the data file is stored on read-only media.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsReadOnlyMedia { get; }

Property Value

Type: System.Boolean
A Boolean value that specifies whether the data file is stored on read-only media.If True, the data file is stored on read-only media. Otherwise, False (default).

An example of read-only media is a CD-ROM.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.