Propriété ArticleName
Gets the name of the article.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ArticleName As String
Get
'Utilisation
Dim instance As TransConflictCount
Dim value As String
value = instance.ArticleName
public string ArticleName { get; }
public:
property String^ ArticleName {
String^ get ();
}
member ArticleName : string
function get ArticleName () : String
Valeur de propriété
Type : System. . :: . .String
A String value.
Notes
This property is read-only and can be accessed by any user.
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.