IReplicationDBObject.OwnerName Property
This API supports the infrastructure and is not intended to be used directly from your code.
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