Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the source element.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Property SourceName As String
public string SourceName { get; private set; }
public:
property String^ SourceName {
String^ get ();
private: void set (String^ value);
}
member SourceName : string with get, private set
function get SourceName () : String
private function set SourceName (value : String)
Property Value
Type: System.String
The name of the source element.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.