Partager via


Propriété HeterogeneousTable.Owner

Gets or sets the owner of the table at the non-Microsoft SQL Server Publisher.

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

Syntaxe

'Déclaration
Public Property Owner As String 
    Get 
    Set
'Utilisation
Dim instance As HeterogeneousTable 
Dim value As String 

value = instance.Owner

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

Valeur de propriété

Type : System.String
A String value.

Notes

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Voir aussi

Référence

HeterogeneousTable Classe

Espace de noms Microsoft.SqlServer.Replication