Share via


SchemaCompareGridRow.TargetName Property

Gets or sets the name of the target element.

Namespace:  Microsoft.Data.Schema.Tools.Compare.Schema
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Property TargetName As String
public string TargetName { get; private set; }
public:
property String^ TargetName {
    String^ get ();
    private: void set (String^ value);
}
member TargetName : string with get, private set
function get TargetName () : String
private function set TargetName (value : String)

Property Value

Type: System.String
The name of the target element.

.NET Framework Security

See Also

Reference

SchemaCompareGridRow Class

Microsoft.Data.Schema.Tools.Compare.Schema Namespace

SourceName