SourceInformation Class

SQL Server 2014
 

Updated: April 20, 2017

Represents information about an item of interest in the model, for example a SqlRuleProblem.

Namespace:   Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

System::Object
  Microsoft.SqlServer.Dac::SourceInformation

public ref class SourceInformation sealed 

NameDescription
System_CAPS_pubmethodSourceInformation(String^, Int32, Int32)

Initializes an instance of a SourceInformation object.

NameDescription
System_CAPS_pubpropertySourceName

Name representing the source for the information

System_CAPS_pubpropertyStartColumn

The start column. May be -1 or 0 if the position is not known.

System_CAPS_pubpropertyStartLine

The start line. May be -1 or 0 if the position is not known.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: