DBDataPermissionAttribute::ConnectionString Property

 

Gets or sets a permitted connection string.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

public:
property String^ ConnectionString {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A permitted connection string.

Multiple connection strings may be identified. You may also provide additional connection string restrictions using KeyRestrictions.

.NET Framework
Available since 1.1
Return to top
Show: