NamedComponent.ID 属性

Gets or sets the identifier of the component.

命名空间:  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
The identifier of the component.

实现

INamedComponent.ID

请参阅

参考

NamedComponent 类

Microsoft.AnalysisServices 命名空间