Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
List of elements changed because of relationship entries are added or dropped
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property ElementsRelationshipEntryChanged As ReadOnlyCollection(Of TSqlObject)
Get
'Usage
Dim instance As ModelComparisonResult
Dim value As ReadOnlyCollection(Of TSqlObject)
value = instance.ElementsRelationshipEntryChanged
public ReadOnlyCollection<TSqlObject> ElementsRelationshipEntryChanged { get; }
public:
property ReadOnlyCollection<TSqlObject^>^ ElementsRelationshipEntryChanged {
ReadOnlyCollection<TSqlObject^>^ get ();
}
member ElementsRelationshipEntryChanged : ReadOnlyCollection<TSqlObject>
function get ElementsRelationshipEntryChanged () : ReadOnlyCollection<TSqlObject>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<TSqlObject>