Właściwość ReplicationUserDefinedFunction.ObjectId
Przestrzeń nazw: Microsoft.SqlServer.Replication
Zestaw: Microsoft.SqlServer.Rmo (w Microsoft.SqlServer.Rmo.dll)
Składnia
'Deklaracja
Public Property ObjectId As Integer
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Int32
Zobacz także