VCConfiguration.SqlAssemblyOwner Property

Sets or gets the SQL assembly owner.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property SqlAssemblyOwner As String
'Usage
Dim instance As VCConfiguration 
Dim value As String 

value = instance.SqlAssemblyOwner

instance.SqlAssemblyOwner = value
string SqlAssemblyOwner { get; set; }
property String^ SqlAssemblyOwner {
    String^ get ();
    void set (String^ value);
}
function get SqlAssemblyOwner () : String 
function set SqlAssemblyOwner (value : String)

Property Value

Type: System.String
String containing the SQL assembly owner.

.NET Framework Security

See Also

Reference

VCConfiguration Interface

VCConfiguration Members

Microsoft.VisualStudio.VCProjectEngine Namespace