Statistic.IsAutoCreated Property
SQL Server 2012
Gets the Boolean property value that specifies whether the statistic counter is automatically created.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)] public bool IsAutoCreated { get; }
Property Value
Type: System.BooleanA Boolean value that specifies whether the statistic counter is automatically created.If True, the statistic counter is created automatically.If False (default), the statistic counter is created manually.
