IPropertySet propertySet = new PropertySetClass(); propertySet.SetProperty("SERVER", server); propertySet.SetProperty("INSTANCE", "sde:<db type>:" + server); <db type> is like "sqlserver" propertySet.SetProperty("DATABASE", db); propertySet.SetProperty("VERSION", "dbo.Default"); and either propertySet.SetProperty("USER", user); propertySet.SetProperty("PASSWORD", password); or propertySet.SetProperty("AUTHENTICATION_MODE", "OSA");
propertySet.SetProperty("USER", "\"); propertySet.SetProperty("PASSWORD", "\");
propertySet.SetProperty("AUTHENTICATION_MODE", "OSA");
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.