IReplicationDBObject.OwnerName Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the owner name of the object.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Property OwnerName As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The owner name.