NamedComponent.ID プロパティ
コンポーネントの識別子を取得します。値の設定も可能です。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Property ID As String
Get
Set
'使用
Dim instance As NamedComponent
Dim value As String
value = instance.ID
instance.ID = value
public string ID { get; set; }
public:
virtual property String^ ID {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ID : string with get, set
override ID : string with get, set
final function get ID () : String
final function set ID (value : String)
プロパティ値
型: System.String
コンポーネントの識別子です。