代码搜索:GetObject
找到约 680 项符合「GetObject」的源代码
代码结果 680
www.eeworm.com/read/113072/15470994
txt 116.txt
GetObject 函数
Microsoft® Visual Basic® Scripting Edition
GetObject 函数
请参阅
语言参考
CreateObject 函数
www.eeworm.com/read/113072/15471026
txt 84.txt
CreateObject 函数
Microsoft® Visual Basic® Scripting Edition
CreateObject 函数
请参阅
语言参考
GetObject 函数
www.eeworm.com/read/113072/15471080
txt 115.txt
GetObject 函数
Microsoft® Visual Basic® Scripting Edition
GetObject 函数
语言参考
版本 2
请参阅
描述
返回对文件中 Automation 对象的引用。
语法
GetObject([pathname] [, class])
GetObject 函数的语法有以下参数:
参数
www.eeworm.com/read/111679/15506000
java loan.java
//
// Unified Library Application
// Case study in Unified Modeling Language Toolkit
//
// Loan.java: represents a loan. The loan refer to one
// title and one borrower.
//
// Copyright (c
www.eeworm.com/read/109483/15556017
vb frmabout.vb
'Copyright (C) 2002 Microsoft Corporation
'All rights reserved.
'THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
'EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
www.eeworm.com/read/109483/15556019
vb frmmain.vb
'Copyright (C) 2002 Microsoft Corporation
'All rights reserved.
'THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
'EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
www.eeworm.com/read/109479/15556216
vb frmmain.vb
'Copyright (C) 2002 Microsoft Corporation
'All rights reserved.
'THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
'EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
www.eeworm.com/read/104928/15681113
vbs sol14-8a.vbs
Dim objDomain
'get a reference to the Acme domain
Set objDomain = GetObject("WinNT://Acme")
'delete a user
objDomain.Delete "user", "Freds"
www.eeworm.com/read/104928/15681115
vbs page561.vbs
'bind to the container to add user to. In this example the acme domain.
Set objContainer = GetObject("LDAP://cn=Users,dc=acme,dc=com")
Set objUser = objContainer.Create("User", "cn=Fred Smith")
o
www.eeworm.com/read/104928/15681116
vbs sol14-15.vbs
Set objNetwork = Wscript.Create("Wscript.Network")
Set objGroup= GetObject("WinNT://Acme/Accounting Users,group")
'
If (objGroup.IsMember("WinNT://ACME/" & objNetwork.UserName)) Then
'connec