SqlMetadataStore.OpenStore Method
Include Protected Members
Include Inherited Members
Opens an existing metadata store file and returns a metadata store object that represents it.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
OpenStore(String) | Opens an existing metadata store file that has the specified name and location, and returns a metadata store object that represents it. | |
OpenStore(String, CultureInfo) | Opens an existing metadata store file that has the specified name, location, and locale; and returns a metadata store object that represents it. |
Top