SqlScriptProperty Class
Represents a property of a Transact-SQL script.
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.Sql.SchemaModel.SqlScriptProperty
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public NotInheritable Class SqlScriptProperty
public sealed class SqlScriptProperty
public ref class SqlScriptProperty sealed
[<Sealed>]
type SqlScriptProperty = class end
public final class SqlScriptProperty
The SqlScriptProperty type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SqlScriptProperty(String) | Initializes a new instance of the SqlScriptProperty class. | |
SqlScriptProperty(TSqlFragment) | Initializes a new instance of the SqlScriptProperty class. | |
SqlScriptProperty(String, Nullable<Boolean>, Nullable<Boolean>) | Initializes a new instance of the SqlScriptProperty class. |
Top
Properties
Name | Description | |
---|---|---|
AnsiNulls | Gets the AnsiNulls setting for the script. | |
CacheIdentifier | Gets the file name or other unique cache identifier that indicates the source of the property. | |
Length | Gets the length, in characters, of the property in the file. | |
Offset | Gets the offset, in characters, of where the property started in the file. | |
QuotedIdentifiers | Gets the QuotedIdentifiers setting for the script. | |
Script | Gets the script that caused the generation of this file. | |
ScriptDom | Gets the script Document Object Model (DOM) representation of the element. | |
StartColumn | Gets the column number in the line where the property started. | |
StartLine | Gets the line number where the property started in the file. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.