Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
List of elements changed because of composed children are changed.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property ElementsComposingChildrenChanged As ReadOnlyCollection(Of TSqlObject)
Get
'Usage
Dim instance As ModelComparisonResult
Dim value As ReadOnlyCollection(Of TSqlObject)
value = instance.ElementsComposingChildrenChanged
public ReadOnlyCollection<TSqlObject> ElementsComposingChildrenChanged { get; }
public:
property ReadOnlyCollection<TSqlObject^>^ ElementsComposingChildrenChanged {
ReadOnlyCollection<TSqlObject^>^ get ();
}
member ElementsComposingChildrenChanged : ReadOnlyCollection<TSqlObject>
function get ElementsComposingChildrenChanged () : ReadOnlyCollection<TSqlObject>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<TSqlObject>