SPDiagnosticsProvider.TableName - Propriété
Cette méthode est appelée pour obtenir le nom de table associé au fournisseur.
Espace de noms : Microsoft.SharePoint.Diagnostics
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property TableName As String
Get
'Utilisation
Dim instance As SPDiagnosticsProvider
Dim value As String
value = instance.TableName
public abstract string TableName { get; }
Valeur de propriété
Type : System.String
Retourne un String qui représente le nom de la table associée au fournisseur...