ChangeTrackingAlterDatabaseOption.Details Property
Gets a list of the optional CHANGE_RETENTION and AUTO_CLEANUP details.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property Details As IList(Of ChangeTrackingOptionDetail)
public IList<ChangeTrackingOptionDetail> Details { get; }
public:
property IList<ChangeTrackingOptionDetail^>^ Details {
IList<ChangeTrackingOptionDetail^>^ get ();
}
member Details : IList<ChangeTrackingOptionDetail>
function get Details () : IList<ChangeTrackingOptionDetail>
Property Value
Type: System.Collections.Generic.IList<ChangeTrackingOptionDetail>
.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.