Propriedade do RDL Name
Gets the name of the property whose value differs on any two graphs.
Namespace: Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Public ReadOnly Property Name As String
Get
'Uso
Dim instance As PropertyDifference
Dim value As String
value = instance.Name
public string Name { get; }
public:
property String^ Name {
String^ get ();
}
member Name : string
function get Name () : String
Valor da propriedade
Tipo: System. . :: . .String
The name of the property whose value differs on any two graphs.
Consulte também