INameObjectCollection.Add 메서드
Adds an entry with the specified key and value into the collection.
네임스페이스: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리: SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)
구문
‘선언
Sub Add ( _
name As String, _
value As Object _
)
‘사용 방법
Dim instance As INameObjectCollection
Dim name As String
Dim value As Object
instance.Add(name, value)
void Add(
string name,
Object value
)
void Add(
String^ name,
Object^ value
)
abstract Add :
name:string *
value:Object -> unit
function Add(
name : String,
value : Object
)
매개 변수
- name
유형: System.String
A String string key of the entry used to add. The key can be null.
- value
유형: System.Object
The object value of the entry used to add. The value can be null.
참고 항목
참조
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스