Partager via


Propriété IReplicationDBObject.OwnerName

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the owner name of the object.

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

Syntaxe

'Déclaration
Property OwnerName As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The owner name.

Voir aussi

Référence

IReplicationDBObject Interface

Espace de noms Microsoft.SqlServer.Replication