Condividi tramite


Proprietà IReplicationDBObject.OwnerName

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the owner name of the object.

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

'Dichiarazione
Property OwnerName As String 
    Get 
    Set
'Utilizzo
Dim instance As IReplicationDBObject 
Dim value As String 

value = instance.OwnerName

instance.OwnerName = value
string OwnerName { get; set; }
property String^ OwnerName {
    String^ get ();
    void set (String^ value);
}
abstract OwnerName : string with get, set
function get OwnerName () : String 
function set OwnerName (value : String)

Valore proprietà

Tipo: System.String
The owner name.

Vedere anche

Riferimento

IReplicationDBObject Interfaccia

Spazio dei nomi Microsoft.SqlServer.Replication