TSqlSourceFile Class
The TSqlSourceFile class represents a Transact-SQL source file.
Inheritance Hierarchy
Object
Microsoft.SqlServer.Management.Dac.TSqlSourceFile
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Декларация
Public Class TSqlSourceFile
'Применение
Dim instance As TSqlSourceFile
public class TSqlSourceFile
public ref class TSqlSourceFile
type TSqlSourceFile = class end
public class TSqlSourceFile
The TSqlSourceFile type exposes the following members.
Properties
Name | Description | |
---|---|---|
FileName | Gets the name of the Transact-SQL source file. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Rename | Changes the source file name to the specified string. | |
ToString | (Inherited from Object.) | |
UpdateContent | Replaces the contents of the source file. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.