Condividi tramite


Proprietà OwnerName

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

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