VCConfiguration.SqlAssemblyOwner Property

Sets or gets the SQL assembly owner.

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

Syntax

声明
Property SqlAssemblyOwner As String
用法
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.

Permissions

See Also

Reference

VCConfiguration Interface

VCConfiguration Members

Microsoft.VisualStudio.VCProjectEngine Namespace