ArticleId propriété
Gets or sets the ID value for the article.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (dans Microsoft.SqlServer.Rmo.dll)
Syntaxe
'Déclaration
Public Property ArticleId As Integer
Get
Set
'Utilisation
Dim instance As DistributionArticle
Dim value As Integer
value = instance.ArticleId
instance.ArticleId = value
public int ArticleId { get; set; }
public:
property int ArticleId {
int get ();
void set (int value);
}
member ArticleId : int with get, set
function get ArticleId () : int
function set ArticleId (value : int)
Valeur de la propriété
Type : System. . :: . .Int32
An Int32 value.
Notes
The ArticleID()()()() property cannot be changed for an existing publication.
The ArticleID()()()() property can only be retrieved by members of the db_owner fixed database role on the distribution database.
The ArticleID()()()() property can only be set by members of the db_owner fixed database role on the distribution database.
The ArticleID()()()() property is available with SQL Server 2000 and SQL Server 2005.
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.