AvailabilityReplica.EndpointUrl プロパティ

エンドポイントの URL を取得します。値の設定も可能です。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EndpointUrl As String 
    Get 
    Set
'使用
Dim instance As AvailabilityReplica 
Dim value As String 

value = instance.EndpointUrl

instance.EndpointUrl = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string EndpointUrl { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ EndpointUrl {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member EndpointUrl : string with get, set
function get EndpointUrl () : String 
function set EndpointUrl (value : String)

プロパティ値

型: System.String
エンドポイントの URL です。

関連項目

参照

AvailabilityReplica クラス

Microsoft.SqlServer.Management.Smo 名前空間