ObjectId propriété

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

Syntaxe

'Déclaration
Public Property ObjectId As Integer
    Get
    Set
'Utilisation
Dim instance As ReplicationUserDefinedFunction
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 la propriété

Type : System. . :: . .Int32