TSqlSourceFile クラス

The TSqlSourceFile class represents a Transact-SQL source file.

継承階層

  Microsoft.SqlServer.Management.Dac.TSqlSourceFile

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

構文

'宣言

Public Class TSqlSourceFile
'使用

Dim instance As TSqlSourceFile
public class TSqlSourceFile
public ref class TSqlSourceFile
type TSqlSourceFile =  class end
public class TSqlSourceFile

TSqlSourceFile 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ FileName Gets the name of the Transact-SQL source file.

先頭に戻る

メソッド

  名前 説明
パブリック メソッド ( から継承されています。)
プロテクト メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)
プロテクト メソッド ( から継承されています。)
パブリック メソッド Rename Changes the source file name to the specified string.
パブリック メソッド ( から継承されています。)
パブリック メソッド UpdateContent Replaces the contents of the source file.

先頭に戻る

スレッド セーフ

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

関連項目

参照

Microsoft.SqlServer.Management.Dac 名前空間