ServerPropertyCollection.Add 메서드 (String, String)
Creates and adds a ServerProperty, with the specified name and value, to the end of the collection.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Function Add ( _
name As String, _
value As String _
) As ServerProperty
‘사용 방법
Dim instance As ServerPropertyCollection
Dim name As String
Dim value As String
Dim returnValue As ServerProperty
returnValue = instance.Add(name, value)
public ServerProperty Add(
string name,
string value
)
public:
ServerProperty^ Add(
String^ name,
String^ value
)
member Add :
name:string *
value:string -> ServerProperty
public function Add(
name : String,
value : String
) : ServerProperty
매개 변수
- name
유형: System.String
The name of the ServerProperty to add.
- value
유형: System.String
The value of the ServerProperty to add.
반환 값
유형: Microsoft.AnalysisServices.ServerProperty
The ServerProperty that was added to the collection.