Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Columns of the table associated with this provider.
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Columns As IList(Of SPColumnDefinition)
Get
'Usage
Dim instance As SPDiagnosticsSqlDmvProvider
Dim value As IList(Of SPColumnDefinition)
value = instance.Columns
public override IList<SPColumnDefinition> Columns { get; }
Property Value
Type: System.Collections.Generic.IList<SPColumnDefinition>
Returns IList<T>.
Implements
See Also
Reference
SPDiagnosticsSqlDmvProvider Class