Partager via


Propriété ReplicationSchemaBoundView.ObjectId

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public Property ObjectId As Integer 
    Get 
    Set
'Utilisation
Dim instance As ReplicationSchemaBoundView 
Dim value As Integer 

value = instance.ObjectId

instance.ObjectId = value
public int ObjectId { get; set; }
public:
property int ObjectId {
    int get ();
    void set (int value);
}
member ObjectId : int with get, set
function get ObjectId () : int 
function set ObjectId (value : int)

Valeur de propriété

Type : System.Int32

Voir aussi

Référence

ReplicationSchemaBoundView Classe

Espace de noms Microsoft.SqlServer.Replication