次の方法で共有


DatabaseFile クラス

DatabaseFile オブジェクトは、DataFile オブジェクトおよび LogFile オブジェクトの作成に使用される基本クラスです。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Class DatabaseFile _
    Inherits NamedSmoObject _
    Implements IAlterable, IDroppable, IRenamable, IMarkForDrop
'使用
Dim instance As DatabaseFile
public class DatabaseFile : NamedSmoObject, 
    IAlterable, IDroppable, IRenamable, IMarkForDrop
public ref class DatabaseFile : public NamedSmoObject, 
    IAlterable, IDroppable, IRenamable, IMarkForDrop
type DatabaseFile =  
    class
        inherit NamedSmoObject
        interface IAlterable
        interface IDroppable
        interface IRenamable
        interface IMarkForDrop
    end
public class DatabaseFile extends NamedSmoObject implements IAlterable, IDroppable, IRenamable, IMarkForDrop

説明

DatabaseFile オブジェクトを使用して、データまたはトランザクション ログを格納するために必要なファイルを指定します。

スレッド セーフ

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。