Type プロパティ
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public Property Type As PublicationType
Get
Set
'使用
Dim instance As PullSubscription
Dim value As PublicationType
value = instance.Type
instance.Type = value
public PublicationType Type { get; set; }
public:
property PublicationType Type {
PublicationType get ();
void set (PublicationType value);
}
member Type : PublicationType with get, set
function get Type () : PublicationType
function set Type (value : PublicationType)