IReplicationDBObject.OwnerName プロパティ
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
オブジェクトの所有者名を取得または設定します。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Property OwnerName As String
Get
Set
'使用
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)
プロパティ値
型: System.String
所有者名。