OwnerName プロパティ

スキーマ バインド ビューの所有者の名前を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public Property OwnerName As String
    Get
    Set
'使用
Dim instance As ReplicationSchemaBoundView
Dim value As String

value = instance.OwnerName

instance.OwnerName = value
public string OwnerName { get; set; }
public:
virtual property String^ OwnerName {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract OwnerName : string with get, set
override OwnerName : string with get, set
final function get OwnerName () : String
final function set OwnerName (value : String)

プロパティ値

型: System. . :: . .String
String 値です。

実装

IReplicationDBObject. . :: . .OwnerName

説明

この名前空間、クラス、またはメンバは、.NET Framework 2.0 でのみサポートされています。