Server.ProductName 속성

Gets or sets read-only access to the name of the product from which an instance of Analysis Services was installed.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property ProductName As String 
    Get 
    Set
‘사용 방법
Dim instance As Server 
Dim value As String 

value = instance.ProductName

instance.ProductName = value
public string ProductName { get; set; }
public:
property String^ ProductName {
    String^ get ();
    void set (String^ value);
}
member ProductName : string with get, set
function get ProductName () : String 
function set ProductName (value : String)

속성 값

유형: System.String
A product name.

주의

The product name corresponds to the service referenced by the Server object.

참고 항목

참조

Server 클래스

Microsoft.AnalysisServices 네임스페이스