TSqlSourceFile Class
The TSqlSourceFile class represents a Transact-SQL source file.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Dac.TSqlSourceFile
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Public Class TSqlSourceFile
'Usage
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.
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.